diff options
author | LittleWhite <lw.demoscene@googlemail.com> | 2016-01-10 13:31:20 +0100 |
---|---|---|
committer | LittleWhite <lw.demoscene@googlemail.com> | 2016-02-04 22:15:42 +0100 |
commit | c2b210f713cc820acc08a032d043c22287956bed (patch) | |
tree | 3f9a93052fc21151a7db9282cea59a659ec0020c /src/citra_qt/main.h | |
parent | Merge pull request #1387 from lioncash/func (diff) | |
download | yuzu-c2b210f713cc820acc08a032d043c22287956bed.tar yuzu-c2b210f713cc820acc08a032d043c22287956bed.tar.gz yuzu-c2b210f713cc820acc08a032d043c22287956bed.tar.bz2 yuzu-c2b210f713cc820acc08a032d043c22287956bed.tar.lz yuzu-c2b210f713cc820acc08a032d043c22287956bed.tar.xz yuzu-c2b210f713cc820acc08a032d043c22287956bed.tar.zst yuzu-c2b210f713cc820acc08a032d043c22287956bed.zip |
Diffstat (limited to 'src/citra_qt/main.h')
-rw-r--r-- | src/citra_qt/main.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/citra_qt/main.h b/src/citra_qt/main.h index f6d429cd9..3b1bdf15e 100644 --- a/src/citra_qt/main.h +++ b/src/citra_qt/main.h @@ -82,6 +82,13 @@ private: */ void UpdateRecentFiles(); + /** + * If the emulation is running, + * asks the user if he really want to close the emulator + * + * @return true if the user confirmed + */ + bool ConfirmClose(); void closeEvent(QCloseEvent* event) override; private slots: |