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:
@@ -263,15 +263,6 @@ QUuid RealTerminal::elementUuid() const {
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* @brief uuid
|
||||
* @return the uuid of this real terminal
|
||||
*/
|
||||
QUuid RealTerminal::uuid() const {
|
||||
return elementUuid();
|
||||
return m_uuid;
|
||||
}
|
||||
|
||||
/**
|
||||
* @brief RealTerminal::RealTerminal::xmlTagName
|
||||
* @return
|
||||
|
||||
Reference in New Issue
Block a user