mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-19 17:02: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
|
|
@ -179,7 +179,7 @@ public:
|
|||
void updateCardInfo(CardInfoPtr _card);
|
||||
|
||||
public slots:
|
||||
void closeRequest() override;
|
||||
void closeRequest(bool forced = false) override;
|
||||
void showPrintingSelector();
|
||||
signals:
|
||||
void openDeckEditor(const DeckLoader *deckLoader);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue