mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2026-03-05 05:19:59 +01:00
uuid gets already stored in the terminalData, so no need to store it again in the terminal it self
This commit is contained in:
@@ -72,8 +72,6 @@ bool PartTerminal::fromXmlPriv(const QDomElement &xml_elmt) {
|
|||||||
*/
|
*/
|
||||||
void PartTerminal::toXmlPriv(QDomElement& e) const {
|
void PartTerminal::toXmlPriv(QDomElement& e) const {
|
||||||
|
|
||||||
e.setAttribute("uuid", d->m_uuid.toString());
|
|
||||||
|
|
||||||
d->m_pos = pos();
|
d->m_pos = pos();
|
||||||
|
|
||||||
QDomDocument doc = e.ownerDocument();
|
QDomDocument doc = e.ownerDocument();
|
||||||
|
|||||||
Reference in New Issue
Block a user