aboutsummaryrefslogtreecommitdiffstats
path: root/qt-mobile
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2016-02-12 06:54:52 -0800
committerGravatar Dirk Hohndel <dirk@hohndel.org>2016-02-12 06:54:52 -0800
commit093c5fa5ffa736c371c02b2478d5368335eb070c (patch)
treea0a70a14416022b786774b72e2743ada63df81c0 /qt-mobile
parentf925711185ee79081417e1e0996b5f83e77eab61 (diff)
downloadsubsurface-093c5fa5ffa736c371c02b2478d5368335eb070c.tar.gz
QML UI: more progress information on the start page
Since some users report hangs when changing credentials it would be useful to see how far the application got. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-mobile')
-rw-r--r--qt-mobile/qmlmanager.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/qt-mobile/qmlmanager.cpp b/qt-mobile/qmlmanager.cpp
index 8b9e89036..69ba51ac5 100644
--- a/qt-mobile/qmlmanager.cpp
+++ b/qt-mobile/qmlmanager.cpp
@@ -171,6 +171,7 @@ void QMLManager::saveCloudCredentials()
clear_dive_file_data();
DiveListModel::instance()->clear();
GpsListModel::instance()->clear();
+ setStartPageText(tr("Attempting to open cloud storage with new credentials"));
openLocalThenRemote(url);
}
}