Add warning if *-set.xml couldn't be parsed for launcher
This commit is contained in:
parent
b280905b8c
commit
42ed210c9c
1 changed files with 1 additions and 0 deletions
|
@ -335,6 +335,7 @@ private:
|
|||
variants.append(item);
|
||||
}
|
||||
} catch (sg_exception&) {
|
||||
qWarning() << "Problems occurred while parsing" << xmlChild.absoluteFilePath() << "(skipping)";
|
||||
continue;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue