summaryrefslogtreecommitdiffstats
path: root/qt-ui/preferences.h
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2015-06-07 09:54:28 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2015-06-09 17:03:36 -0700
commita07376b5345fdb398510ac29835493b7ca75ce77 (patch)
tree57a23b3f6e2bd455a6b615bfe7ac1e197caca037 /qt-ui/preferences.h
parent318bf5cccc9a8ac2c8ee18939e3c6c4a4e7a0fb3 (diff)
downloadsubsurface-a07376b5345fdb398510ac29835493b7ca75ce77.tar.gz
Cloud storage: initial support for confirming the email PIN
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/preferences.h')
-rw-r--r--qt-ui/preferences.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/qt-ui/preferences.h b/qt-ui/preferences.h
index 842597732..6553cba18 100644
--- a/qt-ui/preferences.h
+++ b/qt-ui/preferences.h
@@ -36,6 +36,7 @@ slots:
void on_btnUseDefaultFile_toggled(bool toggle);
void facebookLoggedIn();
void facebookDisconnect();
+ void cloudPinNeeded(bool toggle);
private:
explicit PreferencesDialog(QWidget *parent = 0, Qt::WindowFlags f = 0);
void setUiFromPrefs();