diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2015-07-22 11:10:40 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2015-07-22 11:10:40 -0700 |
commit | ce008f52db2359e042dc54d663b5d37fea6f98c3 (patch) | |
tree | 2c41e2f9d73875f8c7f9e879faa89e87bfd9401d /qt-ui/subsurfacewebservices.h | |
parent | 3ba3de8dafcd6478c762f172ec8c54a77a13c7f6 (diff) | |
download | subsurface-ce008f52db2359e042dc54d663b5d37fea6f98c3.tar.gz |
Cloud storage: enable password update
This now allows the user to set a new password for the cloud service.
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/subsurfacewebservices.h')
-rw-r--r-- | qt-ui/subsurfacewebservices.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qt-ui/subsurfacewebservices.h b/qt-ui/subsurfacewebservices.h index e4866c529..01aa11713 100644 --- a/qt-ui/subsurfacewebservices.h +++ b/qt-ui/subsurfacewebservices.h @@ -114,7 +114,7 @@ slots: class CloudStorageAuthenticate : public QObject { Q_OBJECT public: - QNetworkReply* authenticate(QString email, QString password, QString pin = ""); + QNetworkReply* backend(QString email, QString password, QString pin = "", QString newpasswd = ""); explicit CloudStorageAuthenticate(QObject *parent); signals: void finishedAuthenticate(); |