diff options
author | Petr Mrázek <peterix@gmail.com> | 2017-05-01 01:27:10 +0200 |
---|---|---|
committer | Petr Mrázek <peterix@gmail.com> | 2017-05-01 01:27:10 +0200 |
commit | 21df531db1935f6b01411a729e3f45b634f6d9c9 (patch) | |
tree | e07c06ecc27b14aed70b18a6dd62bd2a3ae60fd2 /application/MainWindow.h | |
parent | f06ac02396c8dfd002db80453963cb61bddce080 (diff) | |
download | PrismLauncher-21df531db1935f6b01411a729e3f45b634f6d9c9.tar.gz PrismLauncher-21df531db1935f6b01411a729e3f45b634f6d9c9.tar.bz2 PrismLauncher-21df531db1935f6b01411a729e3f45b634f6d9c9.zip |
GH-1873 allow closing main window, fix window ref count
Diffstat (limited to 'application/MainWindow.h')
-rw-r--r-- | application/MainWindow.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/application/MainWindow.h b/application/MainWindow.h index e21d2830..e8a22b4d 100644 --- a/application/MainWindow.h +++ b/application/MainWindow.h @@ -54,6 +54,9 @@ public: void checkInstancePathForProblems(); +signals: + void isClosing(); + private slots: void onCatToggled(bool); |