diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2016-02-12 06:54:52 -0800 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2016-02-12 06:54:52 -0800 |
commit | 093c5fa5ffa736c371c02b2478d5368335eb070c (patch) | |
tree | a0a70a14416022b786774b72e2743ada63df81c0 /qt-mobile | |
parent | f925711185ee79081417e1e0996b5f83e77eab61 (diff) | |
download | subsurface-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.cpp | 1 |
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); } } |