diff options
| author | isanae <14251494+isanae@users.noreply.github.com> | 2019-06-03 19:26:03 -0400 |
|---|---|---|
| committer | isanae <14251494+isanae@users.noreply.github.com> | 2019-06-03 19:26:03 -0400 |
| commit | f9906825e7822771f2f3741b1c696e71bf1c76ce (patch) | |
| tree | 9046f18afe356b5736c98bf04ed18efb3ba0af5d /src/mainwindow.h | |
| parent | ea3f8826f13832e97fde8ae0c50c3533221df34e (diff) | |
fixed exit menu item not working
Diffstat (limited to 'src/mainwindow.h')
| -rw-r--r-- | src/mainwindow.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h index 4847d65c..81b6a656 100644 --- a/src/mainwindow.h +++ b/src/mainwindow.h @@ -153,7 +153,7 @@ public: void displayModInformation(ModInfo::Ptr modInfo, unsigned int index, int tab); - bool exit(); + bool confirmExit(); virtual bool closeWindow(); virtual void setWindowEnabled(bool enabled); |
