mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-09-13 20:23:04 +02:00
use failed instead of no success, so the traces can be filtered more easily
This commit is contained in:
parent
1dabe930f2
commit
87d810744f
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user