diff options
author | Grace Karanja <gracie.karanja89@gmail.com> | 2015-08-20 11:35:42 +0300 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2015-08-31 15:49:09 -0700 |
commit | 89c7e4cd67eee5c24c107e36d44370b4772ad15d (patch) | |
tree | 296b8b8552702ad9481faa23b02a7aa8b42a3cab /qt-mobile/qmlmanager.cpp | |
parent | 9e53b3082c1641db91c3c229b94b7146f18fd955 (diff) | |
download | subsurface-89c7e4cd67eee5c24c107e36d44370b4772ad15d.tar.gz |
QML UI: Show message when loading dives
Show a message at the start of fetching dives, so that the user knows
whats going on.
Signed-off-by: Grace Karanja <gracie.karanja89@gmail.com>
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 7b0571861..da91f96fe 100644 --- a/qt-mobile/qmlmanager.cpp +++ b/qt-mobile/qmlmanager.cpp @@ -55,6 +55,7 @@ void QMLManager::savePreferences() void QMLManager::loadDives() { + showMessage("Loading dives..."); QString url; if (getCloudURL(url)) { showMessage(get_error_string()); |