uuid gets already stored in the terminalData, so no need to store it again in the terminal it self

This commit is contained in:
Martin Marmsoler
2021-03-13 18:25:12 +01:00
parent 87d810744f
commit ba0faa7122

View File

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