NOISSUE Legacy migration success now closes the instance window

This commit is contained in:
Petr Mrázek
2017-09-26 19:04:37 +02:00
parent 719f112f64
commit 1a38587877
10 changed files with 41 additions and 19 deletions

View File

@ -40,6 +40,9 @@ public:
// save all settings and changes (prepare for launch)
bool saveAll();
// request closing the window (from a page)
bool requestClose() override;
signals:
void isClosing();