QML UI: if load fails, don't continue processing data

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2015-12-02 17:50:47 -08:00
parent 8f33403e4f
commit 789c32bf4c

View file

@ -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);