implement resume message

This commit is contained in:
Gus Caplan 2022-07-14 18:42:56 -07:00
parent 09300abe92
commit 742f67908c
No known key found for this signature in database
GPG key ID: F00BD11880E82F0E
4 changed files with 23 additions and 0 deletions

View file

@ -244,6 +244,7 @@ private:
bool ConfirmChangeGame();
bool ConfirmForceLockedExit();
void RequestGameExit();
void RequestGameResume();
void closeEvent(QCloseEvent* event) override;
private slots: