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>
This commit is contained in:
Dirk Hohndel 2015-06-14 08:17:06 -07:00
parent bfd3782b81
commit 10b9202757
3 changed files with 50 additions and 0 deletions

View file

@ -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);