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>
This commit is contained in:
Grace Karanja 2015-08-20 11:35:42 +03:00 committed by Dirk Hohndel
parent 9e53b3082c
commit 89c7e4cd67

View file

@ -55,6 +55,7 @@ void QMLManager::savePreferences()
void QMLManager::loadDives()
{
showMessage("Loading dives...");
QString url;
if (getCloudURL(url)) {
showMessage(get_error_string());