GH-1873 allow closing main window, fix window ref count

This commit is contained in:
Petr Mrázek
2017-05-01 01:27:10 +02:00
parent f06ac02396
commit 21df531db1
3 changed files with 10 additions and 25 deletions

View File

@@ -54,6 +54,9 @@ public:
void checkInstancePathForProblems();
signals:
void isClosing();
private slots:
void onCatToggled(bool);