summaryrefslogtreecommitdiffstats
path: root/desktop-widgets/preferences/preferences_network.h
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/preferences_network.h
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/preferences_network.h')
-rw-r--r--desktop-widgets/preferences/preferences_network.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/desktop-widgets/preferences/preferences_network.h b/desktop-widgets/preferences/preferences_network.h
index f4b2125aa..7ea56cf59 100644
--- a/desktop-widgets/preferences/preferences_network.h
+++ b/desktop-widgets/preferences/preferences_network.h
@@ -19,8 +19,6 @@ public:
public slots:
void proxyType_changed(int i);
- void updateCloudAuthenticationState();
- void passwordUpdateSuccessful();
private:
Ui::PreferencesNetwork *ui;