1
0
Fork 0

Add warning if *-set.xml couldn't be parsed for launcher

This commit is contained in:
Lars Toenning 2020-06-16 23:11:10 +02:00 committed by James Turner
parent b280905b8c
commit 42ed210c9c

View file

@ -335,6 +335,7 @@ private:
variants.append(item);
}
} catch (sg_exception&) {
qWarning() << "Problems occurred while parsing" << xmlChild.absoluteFilePath() << "(skipping)";
continue;
}