diff options
-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()); |