use failed instead of no success, so the traces can be filtered more easily

This commit is contained in:
Martin Marmsoler 2021-03-13 18:10:40 +01:00
parent 1dabe930f2
commit 87d810744f

View File

@ -527,7 +527,7 @@ bool Element::buildFromXml(const QDomElement &xml_def_elmt, int *state)
}
else
{
qDebug() << "\t\t\tParsing Element no success";
qDebug() << "\t\t\tParsing Element failed";
if (state)
*state = 7;
m_state = QET::GIOK;