This commit is contained in:
Martin Marmsoler
2020-10-02 15:49:35 +02:00
parent c8691b243b
commit 9521a8aa0b
2 changed files with 14 additions and 9 deletions

View File

@@ -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));
}