summaryrefslogtreecommitdiffstats
path: root/desktop-widgets/preferences/preferencesdialog.cpp
diff options
context:
space:
mode:
authorGravatar willemferguson <willemferguson@zoology.up.ac.za>2019-12-06 15:53:14 +0200
committerGravatar Dirk Hohndel <dirk@hohndel.org>2019-12-25 02:57:42 +0900
commitc121afc96c0135ada550de4504153434fa83feb4 (patch)
treeae8ea32c28aa990db1da7dca55c25d076995da9a /desktop-widgets/preferences/preferencesdialog.cpp
parentb16570c715f9ad4870054e8100ce98e43c2350db (diff)
downloadsubsurface-c121afc96c0135ada550de4504153434fa83feb4.tar.gz
Preferences UI: split network preferences
Split the Network Preferences page into two screens: 1) Network preferences 2) Cloud storage preferences Enable storing these preferences locally. Signed-off-by: willemferguson <willemferguson@zoology.up.ac.za> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'desktop-widgets/preferences/preferencesdialog.cpp')
-rw-r--r--desktop-widgets/preferences/preferencesdialog.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/desktop-widgets/preferences/preferencesdialog.cpp b/desktop-widgets/preferences/preferencesdialog.cpp
index fbf387cfa..9e1e6a7bf 100644
--- a/desktop-widgets/preferences/preferencesdialog.cpp
+++ b/desktop-widgets/preferences/preferencesdialog.cpp
@@ -8,6 +8,7 @@
#include "preferences_units.h"
#include "preferences_graph.h"
#include "preferences_network.h"
+#include "preferences_cloud.h"
#include "core/qthelper.h"
@@ -65,6 +66,7 @@ PreferencesDialog::PreferencesDialog()
addPreferencePage(new PreferencesUnits());
addPreferencePage(new PreferencesGraph());
addPreferencePage(new PreferencesNetwork());
+ addPreferencePage(new PreferencesCloud());
refreshPages();
connect(pagesList, &QListWidget::currentRowChanged,