mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-17 12:40:35 +01:00
rebase XMLProperties_New (c0d9bf9) to master
This commit is contained in:
committed by
Martin Marmsoler
parent
73b394527d
commit
f3097fc537
@@ -108,8 +108,7 @@ QDomDocument ExportElementTextPattern::xmlConf() const
|
||||
root.setAttribute("name", m_name);
|
||||
doc.appendChild(root);
|
||||
|
||||
QHash<Terminal *, int> H;
|
||||
QDomElement elmt = m_element->toXml(doc, H);
|
||||
QDomElement elmt = m_element->toXml(doc);
|
||||
QDomElement texts = elmt.firstChildElement("dynamic_texts");
|
||||
QDomElement groups = elmt.firstChildElement("texts_groups");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user