diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2015-07-22 15:06:57 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2015-07-22 15:06:57 -0700 |
commit | 9a68e356af425b4268589b014eb50ef1f276b893 (patch) | |
tree | e965b82aa5b4d1bbe6c60db756977dc48f5fc353 /qt-ui/subsurfacewebservices.h | |
parent | aa9c2b738427dade65a0a273f57e2773f781e50a (diff) | |
download | subsurface-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/subsurfacewebservices.h')
-rw-r--r-- | qt-ui/subsurfacewebservices.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qt-ui/subsurfacewebservices.h b/qt-ui/subsurfacewebservices.h index 01aa11713..2b454ebc7 100644 --- a/qt-ui/subsurfacewebservices.h +++ b/qt-ui/subsurfacewebservices.h @@ -118,6 +118,7 @@ public: explicit CloudStorageAuthenticate(QObject *parent); signals: void finishedAuthenticate(); + void passwordChangeSuccessful(); private slots: void uploadError(QNetworkReply::NetworkError error); |