diff options
author | Anton Lundin <glance@acc.umu.se> | 2014-10-18 00:33:47 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-10-18 15:22:22 -0700 |
commit | 74f27a0a399a1f7c63d5542eec744102c301671f (patch) | |
tree | bf56cb41966f9e6de5615fbb516e7c3e2aba2821 /qt-ui/configuredivecomputerdialog.h | |
parent | d63a3ce420fcaa6a4b576a840b9d17984f776b2a (diff) | |
download | subsurface-74f27a0a399a1f7c63d5542eec744102c301671f.tar.gz |
Add support to reset OSTC3 settings to default
Signed-off-by: Anton Lundin <glance@acc.umu.se>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/configuredivecomputerdialog.h')
-rw-r--r-- | qt-ui/configuredivecomputerdialog.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qt-ui/configuredivecomputerdialog.h b/qt-ui/configuredivecomputerdialog.h index f4e364867..9d4068baf 100644 --- a/qt-ui/configuredivecomputerdialog.h +++ b/qt-ui/configuredivecomputerdialog.h @@ -21,6 +21,7 @@ public: private slots: void readSettings(); + void resetSettings(); void configMessage(QString msg); void configError(QString err); void on_cancel_clicked(); |