mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Save and restore Dive Planner Settings
This patch adds the code that saves and restores the dive planner settings. Fixes #608 Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
a502958a66
commit
887f9e63c3
3 changed files with 28 additions and 3 deletions
|
|
@ -150,7 +150,7 @@ class PlannerSettingsWidget : public QWidget {
|
|||
Q_OBJECT
|
||||
public:
|
||||
explicit PlannerSettingsWidget(QWidget *parent = 0, Qt::WindowFlags f = 0);
|
||||
|
||||
virtual ~PlannerSettingsWidget();
|
||||
public
|
||||
slots:
|
||||
void settingsChanged();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue