Cloud storage: initial support for confirming the email PIN

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2015-06-07 09:54:28 -07:00
parent 318bf5cccc
commit a07376b534
6 changed files with 34 additions and 3 deletions

View file

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