diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2016-02-12 12:17:47 -0800 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2016-02-12 12:17:47 -0800 |
commit | 1f5cf4b42d2682fe965ea837dd281ffd776f1058 (patch) | |
tree | 1b88b779d89ffdce19bc1c3c5260ebeb5f551b22 /qt-mobile/qmlmanager.cpp | |
parent | 45b0554a67799c8b07c3e0de424d4f1f0bf85864 (diff) | |
download | subsurface-1f5cf4b42d2682fe965ea837dd281ffd776f1058.tar.gz |
QML UI: more progress update on start page
Again, to help track down where things hang.
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-mobile/qmlmanager.cpp')
-rw-r--r-- | qt-mobile/qmlmanager.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qt-mobile/qmlmanager.cpp b/qt-mobile/qmlmanager.cpp index 69ba51ac5..3ce504f67 100644 --- a/qt-mobile/qmlmanager.cpp +++ b/qt-mobile/qmlmanager.cpp @@ -288,6 +288,7 @@ void QMLManager::loadDivesWithValidCredentials() } setCredentialStatus(VALID); appendTextToLog("Cloud credentials valid, loading dives..."); + setStartPageText("Cloud credentials valid, loading dives..."); loadDiveProgress(0); QString url; if (getCloudURL(url)) { |