Add auto save on exit

This commit is contained in:
Thom Troy
2012-06-10 20:54:58 +01:00
committed by Florian Geyer
parent e439e057a0
commit bd5dd130e5
5 changed files with 38 additions and 9 deletions

View File

@@ -40,6 +40,7 @@ Q_SIGNALS:
private Q_SLOTS:
void saveSettings();
void reject();
void enableAutoSaveOnExit(bool checked);
private:
QWidget* const m_secWidget;