diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2015-06-09 11:21:46 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2015-06-09 17:04:30 -0700 |
commit | 57507cfb93984e520fdd9545c84ea3b921c2914e (patch) | |
tree | 1439eb76eca2d6effd65f68c4a7b4feb851444c6 /qt-ui/subsurfacewebservices.h | |
parent | a04f1fd13317034c471ad7eb8dbf55375566f947 (diff) | |
download | subsurface-57507cfb93984e520fdd9545c84ea3b921c2914e.tar.gz |
Cloud storage: implement confirmation of email address via PIN
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 352c69459..6f8d6279a 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); + QNetworkReply* authenticate(QString email, QString password, QString pin = ""); explicit CloudStorageAuthenticate(QObject *parent); signals: void finishedAuthenticate(bool toggle); |