mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-24 19:30:53 +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 {
|
||||
|
||||
e.setAttribute("uuid", d->m_uuid.toString());
|
||||
|
||||
d->m_pos = pos();
|
||||
|
||||
QDomDocument doc = e.ownerDocument();
|
||||
|
||||
Reference in New Issue
Block a user