diff options
| author | David <25727384+ogniK5377@users.noreply.github.com> | 2019-09-23 00:37:12 +1000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-09-23 00:37:12 +1000 |
| commit | aaec1562f8631303d1a5abb6c75f2422d6d7cf71 (patch) | |
| tree | 283ac1330252c06b3a1741730ce49f4182330150 /src/yuzu/main.h | |
| parent | a9abf4e7f8ab8716bb0eee6178a7d44859035997 (diff) | |
| parent | 9f3bf6d157826fff311950972e91ec86b98598ae (diff) | |
Merge pull request #2683 from DarkLordZach/lock-exit
am: Implement exit locking and self exit commands
Diffstat (limited to 'src/yuzu/main.h')
| -rw-r--r-- | src/yuzu/main.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/yuzu/main.h b/src/yuzu/main.h index 7d16188cb..e942d1248 100644 --- a/src/yuzu/main.h +++ b/src/yuzu/main.h @@ -172,6 +172,8 @@ private: */ bool ConfirmClose(); bool ConfirmChangeGame(); + bool ConfirmForceLockedExit(); + void RequestGameExit(); void closeEvent(QCloseEvent* event) override; private slots: |
