diff options
author | Joseph W. Joshua <joejoshw@gmail.com> | 2014-06-11 09:37:27 +0300 |
---|---|---|
committer | Thiago Macieira <thiago@macieira.org> | 2014-08-13 10:48:14 -0700 |
commit | aad60ef6da3308960767a47cb750c2ba9aab54bd (patch) | |
tree | 3160041761184cdb3d871eec35ef54c8305c2efe /qt-ui/configuredivecomputerdialog.h | |
parent | e54d7d9178fc159f068587a59244340bec068efb (diff) | |
download | subsurface-aad60ef6da3308960767a47cb750c2ba9aab54bd.tar.gz |
Working XML Backup and Restore
The ConfigureDiveComputer class now has functions for complete
XML backup and restore. These dump the loaded settings on a
dive computer to an XML file, and there is an option to
restore them.
Signed-off-by: Joseph W. Joshua <joejoshw@gmail.com>
Signed-off-by: Thiago Macieira <thiago@macieira.org>
Diffstat (limited to 'qt-ui/configuredivecomputerdialog.h')
-rw-r--r-- | qt-ui/configuredivecomputerdialog.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/qt-ui/configuredivecomputerdialog.h b/qt-ui/configuredivecomputerdialog.h index 7312deec7..ee1eb4c99 100644 --- a/qt-ui/configuredivecomputerdialog.h +++ b/qt-ui/configuredivecomputerdialog.h @@ -33,6 +33,8 @@ private slots: void reloadValues(); void on_backupButton_clicked(); + void on_restoreBackupButton_clicked(); + private: Ui::ConfigureDiveComputerDialog *ui; |