mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Cloud storage: initial support for confirming the email PIN
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
318bf5cccc
commit
a07376b534
6 changed files with 34 additions and 3 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue