diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2015-06-14 08:17:06 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2015-06-14 08:32:37 -0700 |
commit | 10b9202757b1db7f34af5f80c6aafe1ef2fcee88 (patch) | |
tree | 6c166c503d3873b2e9cf1901eea7558337428a49 /qt-ui/preferences.h | |
parent | bfd3782b81f5a4ddd793207702c5af0ffb7e7def (diff) | |
download | subsurface-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.h | 3 |
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); |