mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-21 16:50:53 +01:00
WIP
This commit is contained in:
@@ -734,6 +734,7 @@ QDomElement Terminal::toXml(QDomDocument &doc) const {
|
||||
|
||||
// Do not store terminal data in its own child
|
||||
QDomElement terminalDataElement = d->toXml(doc);
|
||||
int y = terminalDataElement.().length(); // TODO: seems to be not correct!
|
||||
for (int i=0; i < terminalDataElement.childNodes().length(); i++) {
|
||||
qdo.appendChild(terminalDataElement.childNodes().at(i));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user