mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-08 05:06:17 +00:00
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:
parent
9e53b3082c
commit
89c7e4cd67
1 changed files with 1 additions and 0 deletions
|
@ -55,6 +55,7 @@ void QMLManager::savePreferences()
|
||||||
|
|
||||||
void QMLManager::loadDives()
|
void QMLManager::loadDives()
|
||||||
{
|
{
|
||||||
|
showMessage("Loading dives...");
|
||||||
QString url;
|
QString url;
|
||||||
if (getCloudURL(url)) {
|
if (getCloudURL(url)) {
|
||||||
showMessage(get_error_string());
|
showMessage(get_error_string());
|
||||||
|
|
Loading…
Add table
Reference in a new issue