Remove the real terminal uuid, and use instead the uuid of the terminal element itself

This commit is contained in:
joshua
2022-02-09 18:13:35 +01:00
parent c037d3ea0a
commit ffd904749e
4 changed files with 2 additions and 13 deletions

View File

@@ -77,13 +77,11 @@ class RealTerminal
Element* element() const;
QUuid elementUuid() const;
QUuid uuid() const;
static QString xmlTagName();
private :
QPointer<Element> m_element;
QUuid m_uuid = QUuid::createUuid();
QWeakPointer<RealTerminal> m_this_weak;
QSharedPointer<PhysicalTerminal> m_physical_terminal;
};