mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-22 17:50:52 +01:00
TerminalStripItem : Draw terminal bridge
This commit is contained in:
@@ -120,6 +120,14 @@ void TerminalStripBridge::fromXml(const QDomElement &dom_element)
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* @brief TerminalStripBridge::uuid
|
||||
* @return The uuid of this terminal
|
||||
*/
|
||||
QUuid TerminalStripBridge::uuid() const noexcept {
|
||||
return m_uuid;
|
||||
}
|
||||
|
||||
/**
|
||||
* @brief TerminalStripBridge::addTerminals
|
||||
* @param real_terminals
|
||||
|
||||
Reference in New Issue
Block a user