mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Cloud storage: initial support for confirming the email PIN
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
318bf5cccc
commit
a07376b534
6 changed files with 34 additions and 3 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue