qt: Prompt user for confirmation if exit lock is active

This commit is contained in:
Zach Hilman 2019-09-21 22:46:53 -04:00
parent 6072d5146b
commit 68add35d52
3 changed files with 44 additions and 1 deletions

View file

@ -172,6 +172,8 @@ private:
*/
bool ConfirmClose();
bool ConfirmChangeGame();
bool ConfirmForceLockedExit();
void RequestGameExit();
void closeEvent(QCloseEvent* event) override;
private slots: