summaryrefslogtreecommitdiffstats
path: root/qt-ui/preferences.h
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2015-06-14 08:17:06 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2015-06-14 08:32:37 -0700
commit10b9202757b1db7f34af5f80c6aafe1ef2fcee88 (patch)
tree6c166c503d3873b2e9cf1901eea7558337428a49 /qt-ui/preferences.h
parentbfd3782b81f5a4ddd793207702c5af0ffb7e7def (diff)
downloadsubsurface-10b9202757b1db7f34af5f80c6aafe1ef2fcee88.tar.gz
Preferences: hook up default file behavior in the dialog
This now sets the preference variable / config entry and keeps them in sync. Doesn't actually change the behavior at program start, yet. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/preferences.h')
-rw-r--r--qt-ui/preferences.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/qt-ui/preferences.h b/qt-ui/preferences.h
index 6553cba18..9e2e25da3 100644
--- a/qt-ui/preferences.h
+++ b/qt-ui/preferences.h
@@ -34,6 +34,9 @@ slots:
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(bool toggle);