GH-1652 save all instance settings on launch if instance window is already open

This commit is contained in:
Petr Mrázek
2016-10-28 03:36:29 +02:00
parent dd0e996081
commit 8731318fef
6 changed files with 28 additions and 6 deletions

View File

@ -41,6 +41,9 @@ public:
m_shouldQuit = shouldQuit;
}
// save all settings and changes (prepare for launch)
bool saveAll();
signals:
void isClosing();