mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-18 05:00:33 +01:00
add comment
This commit is contained in:
@@ -443,7 +443,7 @@ bool Element::buildFromXml(const QDomElement &xml_def_elmt, int *state)
|
|||||||
|
|
||||||
qDebug() << "\t\tElement.cpp:buildFromXml;parseElement: " << qde.tagName();
|
qDebug() << "\t\tElement.cpp:buildFromXml;parseElement: " << qde.tagName();
|
||||||
|
|
||||||
if (parseElement(qde)) {
|
if (parseElement(qde)) { // TODO: why lines are not parsed here?
|
||||||
qDebug() << "\t\t\tParsing Element success";
|
qDebug() << "\t\t\tParsing Element success";
|
||||||
++ parsed_elements_count;
|
++ parsed_elements_count;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user