mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
QML UI: if load fails, don't continue processing data
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
8f33403e4f
commit
789c32bf4c
1 changed files with 1 additions and 0 deletions
|
@ -117,6 +117,7 @@ void QMLManager::loadDives()
|
||||||
const char *error_string = get_error_string();
|
const char *error_string = get_error_string();
|
||||||
qmlUiShowMessage(error_string);
|
qmlUiShowMessage(error_string);
|
||||||
appendTextToLog(error_string);
|
appendTextToLog(error_string);
|
||||||
|
return;
|
||||||
}
|
}
|
||||||
process_dives(false, false);
|
process_dives(false, false);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue