From 89c7e4cd67eee5c24c107e36d44370b4772ad15d Mon Sep 17 00:00:00 2001 From: Grace Karanja Date: Thu, 20 Aug 2015 11:35:42 +0300 Subject: 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 --- qt-mobile/qmlmanager.cpp | 1 + 1 file changed, 1 insertion(+) 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()); -- cgit v1.2.3-70-g09d2