mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-21 01:42:15 -07:00
add new param to closeRequest
This commit is contained in:
parent
3b544a36a8
commit
48414986f8
11 changed files with 17 additions and 11 deletions
|
|
@ -980,7 +980,7 @@ bool TabDeckEditor::confirmClose()
|
|||
return true;
|
||||
}
|
||||
|
||||
void TabDeckEditor::closeRequest()
|
||||
void TabDeckEditor::closeRequest(bool forced)
|
||||
{
|
||||
if (confirmClose())
|
||||
deleteLater();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue