mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-21 08:40:53 +01:00
read terminal uuid in Terminal and do not write terminal uuid from TerminalData, because Terminal just reads it, only PartTerminal writes the uuid
This commit is contained in:
@@ -98,8 +98,6 @@ void TerminalData::toXmlPriv(QDomElement& xml_element) const
|
||||
xml_element.setAttribute("x", m_pos.x());
|
||||
xml_element.setAttribute("y", m_pos.y());
|
||||
|
||||
if (!m_uuid.isNull())
|
||||
xml_element.setAttribute("uuid", m_uuid.toString());
|
||||
xml_element.setAttribute("name", m_name);
|
||||
|
||||
xml_element.setAttribute("orientation",
|
||||
|
||||
Reference in New Issue
Block a user