diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2014-06-25 17:46:51 +0800 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-06-25 17:46:51 +0800 |
commit | dd96b03d225367fcd527c4df0f5c5362d0aed09a (patch) | |
tree | a1db1285374cd38e8fefc529ea0bb861fb4277ac /qt-ui/preferences.h | |
parent | 81b268d4ba48338b6adda0efd011f58c5e44ed88 (diff) | |
download | subsurface-dd96b03d225367fcd527c4df0f5c5362d0aed09a.tar.gz |
Add ability to reset the settings
This may be a bit crude and it doesn't actually FULLY reset the settings
(as for example the column widths will still be maintained), but it's a
good start, I think.
Fixes #552
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/preferences.h')
-rw-r--r-- | qt-ui/preferences.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qt-ui/preferences.h b/qt-ui/preferences.h index 9c384acd6..474064b10 100644 --- a/qt-ui/preferences.h +++ b/qt-ui/preferences.h @@ -21,6 +21,7 @@ public slots: void buttonClicked(QAbstractButton *button); void on_chooseFile_clicked(); + void on_resetSettings_clicked(); void syncSettings(); void loadSettings(); void restorePrefs(); |