diff options
author | Tomaz Canabrava <tomaz.canabrava@intel.com> | 2015-09-25 16:15:37 -0300 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2015-10-30 10:36:50 -0700 |
commit | 1d2d046c0f80d8884d783aad57340c9b6867985a (patch) | |
tree | 1af74f6bf1fdc91a04078afb6d940fb71c42ecb9 /desktop-widgets/preferences.h | |
parent | 7cd9e2b7bb101719ec5c50a10fc889ba4b7bd9c5 (diff) | |
download | subsurface-1d2d046c0f80d8884d783aad57340c9b6867985a.tar.gz |
Preferences: Port the default preferences to the new system
Simple port of the default preferences to the new preferences structure.
Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'desktop-widgets/preferences.h')
-rw-r--r-- | desktop-widgets/preferences.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/desktop-widgets/preferences.h b/desktop-widgets/preferences.h index 326b1f964..c05145611 100644 --- a/desktop-widgets/preferences.h +++ b/desktop-widgets/preferences.h @@ -24,7 +24,6 @@ signals: public slots: void buttonClicked(QAbstractButton *button); - void on_chooseFile_clicked(); void on_resetSettings_clicked(); void syncSettings(); void loadSettings(); @@ -33,10 +32,6 @@ slots: void gflowChanged(int gf); void gfhighChanged(int gf); void proxyType_changed(int idx); - void on_btnUseDefaultFile_toggled(bool toggle); - void on_noDefaultFile_toggled(bool toggle); - void on_localDefaultFile_toggled(bool toggle); - void on_cloudDefaultFile_toggled(bool toggle); void facebookLoggedIn(); void facebookDisconnect(); void cloudPinNeeded(); |