use close instead of deleteLater

This commit is contained in:
RickyRister 2025-01-11 22:34:53 -08:00
parent 1a06a92291
commit 75919e8868
4 changed files with 4 additions and 4 deletions

View file

@ -707,7 +707,7 @@ void TabGame::closeRequest(bool forced)
emit gameClosing(this);
deleteLater();
close();
}
void TabGame::replayNextEvent(Player::EventProcessingOptions options)