mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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>
This commit is contained in:
parent
3ba3de8daf
commit
ce008f52db
3 changed files with 31 additions and 9 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue