mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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>
This commit is contained in:
parent
e54d7d9178
commit
aad60ef6da
4 changed files with 115 additions and 13 deletions
|
@ -33,6 +33,8 @@ private slots:
|
|||
void reloadValues();
|
||||
void on_backupButton_clicked();
|
||||
|
||||
void on_restoreBackupButton_clicked();
|
||||
|
||||
private:
|
||||
Ui::ConfigureDiveComputerDialog *ui;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue