1
0
mirror of https://git.suyu.dev/suyu/suyu synced 2025-09-05 10:56:31 -05:00

implement resume message

This commit is contained in:
Gus Caplan
2022-07-14 18:42:56 -07:00
parent 09300abe92
commit 742f67908c
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: