From a07376b5345fdb398510ac29835493b7ca75ce77 Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Sun, 7 Jun 2015 09:54:28 -0700 Subject: Cloud storage: initial support for confirming the email PIN Signed-off-by: Dirk Hohndel --- qt-ui/subsurfacewebservices.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'qt-ui/subsurfacewebservices.h') diff --git a/qt-ui/subsurfacewebservices.h b/qt-ui/subsurfacewebservices.h index 48f93da92..352c69459 100644 --- a/qt-ui/subsurfacewebservices.h +++ b/qt-ui/subsurfacewebservices.h @@ -111,11 +111,13 @@ slots: virtual void buttonClicked(QAbstractButton *button) { } }; -class CloudStorageAuthenticate : QObject { +class CloudStorageAuthenticate : public QObject { Q_OBJECT public: QNetworkReply* authenticate(QString email, QString password); explicit CloudStorageAuthenticate(QObject *parent); +signals: + void finishedAuthenticate(bool toggle); private slots: void uploadError(QNetworkReply::NetworkError error); -- cgit v1.2.3-70-g09d2