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 e58e3719d8
commit 60c2e9e675
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: