mirror of
https://github.com/subsurface/subsurface.git
synced 2025-01-19 14:25:27 +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();
|
||||
qmlUiShowMessage(error_string);
|
||||
appendTextToLog(error_string);
|
||||
return;
|
||||
}
|
||||
process_dives(false, false);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue