summaryrefslogtreecommitdiffstats
path: root/mobile-widgets/qmlmanager.h
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2020-03-17 09:07:11 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2020-03-17 16:49:53 -0700
commit8e7711c054fc7e0fa9eb5c5a0db1211765c57f6b (patch)
treed641065537c5d0d4a7864482ecd323a3918c5322 /mobile-widgets/qmlmanager.h
parent4bd217299a9a7977d151431e15479fe16b7fbb30 (diff)
downloadsubsurface-8e7711c054fc7e0fa9eb5c5a0db1211765c57f6b.tar.gz
mobile/cleanup: remove the second access to cloud data
While I remember some of the thinking that went into doing things this way, the more I read the code, the less it makes sense to me. This is a rather drastic step, but in reasonably extensive testing it seems to work in every case that I tried. That's rather embarrassing, actually. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'mobile-widgets/qmlmanager.h')
-rw-r--r--mobile-widgets/qmlmanager.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/mobile-widgets/qmlmanager.h b/mobile-widgets/qmlmanager.h
index 7bd9e5e89..398da0454 100644
--- a/mobile-widgets/qmlmanager.h
+++ b/mobile-widgets/qmlmanager.h
@@ -170,12 +170,7 @@ public slots:
void appInitialized();
void applicationStateChanged(Qt::ApplicationState state);
void saveCloudCredentials(const QString &email, const QString &password, const QString &pin);
- void tryRetrieveDataFromBackend();
- void handleError(QNetworkReply::NetworkError nError);
- void handleSslErrors(const QList<QSslError> &errors);
- void retrieveUserid();
void loadDivesWithValidCredentials();
- void provideAuth(QNetworkReply *reply, QAuthenticator *auth);
void commitChanges(QString diveId, QString number, QString date, QString location, QString gps,
QString duration, QString depth, QString airtemp,
QString watertemp, QString suit, QString buddy,