mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-17 12:40:35 +01:00
Remove the real terminal uuid, and use instead the uuid of the terminal element itself
This commit is contained in:
@@ -90,7 +90,7 @@ QDomElement TerminalStripBridge::toXml(QDomDocument &parent_document) const
|
||||
if (real_t)
|
||||
{
|
||||
auto terminal_elmt = parent_document.createElement(QStringLiteral("real_terminal"));
|
||||
terminal_elmt.setAttribute(QStringLiteral("uuid"), real_t->uuid().toString());
|
||||
terminal_elmt.setAttribute(QStringLiteral("uuid"), real_t->elementUuid().toString());
|
||||
terminals_elmt.appendChild(terminal_elmt);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user