diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2016-02-09 07:53:22 -0800 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2016-02-09 07:53:22 -0800 |
commit | 87f62dfaa8a0c92c02ff7e5811f182a639a96dfa (patch) | |
tree | 5bf3725598c364e2908e67addd0467103ce74366 /qt-mobile/qmlmanager.h | |
parent | 0cc9ad0619760c003575935f5a26d4bede5bbe7e (diff) | |
download | subsurface-87f62dfaa8a0c92c02ff7e5811f182a639a96dfa.tar.gz |
QML UI: load from cache first when changing cloud credentials
We need to execute the same sequence of steps both when starting the app
and when switching cloud credentials. This way things will work correctly
when the device is offline and the user wants to switch accounts.
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-mobile/qmlmanager.h')
-rw-r--r-- | qt-mobile/qmlmanager.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qt-mobile/qmlmanager.h b/qt-mobile/qmlmanager.h index 4d9b9cc8c..a29a74648 100644 --- a/qt-mobile/qmlmanager.h +++ b/qt-mobile/qmlmanager.h @@ -85,6 +85,7 @@ public slots: void populateGpsData(); void clearGpsData(); void finishSetup(); + void openLocalThenRemote(QString url); void showMap(const QString& location); QString getNumber(const QString& diveId); QString getDate(const QString& diveId); |