summaryrefslogtreecommitdiffstats
path: root/qt-ui/preferences.h
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2015-07-22 15:06:57 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2015-07-22 15:06:57 -0700
commit9a68e356af425b4268589b014eb50ef1f276b893 (patch)
treee965b82aa5b4d1bbe6c60db756977dc48f5fc353 /qt-ui/preferences.h
parentaa9c2b738427dade65a0a273f57e2773f781e50a (diff)
downloadsubsurface-9a68e356af425b4268589b014eb50ef1f276b893.tar.gz
Make password change asynchronous
This isn't perfect (if you make multiple requests things could go badly), but it's better than just slapping the new password into the settings, even if the update failed. 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 2402a7964..326b1f964 100644
--- a/qt-ui/preferences.h
+++ b/qt-ui/preferences.h
@@ -40,6 +40,7 @@ slots:
void facebookLoggedIn();
void facebookDisconnect();
void cloudPinNeeded();
+ void passwordUpdateSuccessfull();
private:
explicit PreferencesDialog(QWidget *parent = 0, Qt::WindowFlags f = 0);
void setUiFromPrefs();