mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-21 01:42:15 -07:00
use close instead of deleteLater
This commit is contained in:
parent
1a06a92291
commit
75919e8868
4 changed files with 4 additions and 4 deletions
|
|
@ -707,7 +707,7 @@ void TabGame::closeRequest(bool forced)
|
|||
|
||||
emit gameClosing(this);
|
||||
|
||||
deleteLater();
|
||||
close();
|
||||
}
|
||||
|
||||
void TabGame::replayNextEvent(Player::EventProcessingOptions options)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue