mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-17 12:40:35 +01:00
Revamp code, make it more simple
This commit is contained in:
@@ -105,6 +105,15 @@ TerminalStrip *RealTerminal::parentStrip() const {
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* @brief RealTerminal::physicalTerminal
|
||||
* @return The parent physical terminal of this terminal.
|
||||
* The returned QSharedPointer can be null
|
||||
*/
|
||||
QSharedPointer<PhysicalTerminal> RealTerminal::physicalTerminal() const {
|
||||
return m_physical_terminal;
|
||||
}
|
||||
|
||||
/**
|
||||
* @brief RealTerminal::level
|
||||
* @return
|
||||
|
||||
Reference in New Issue
Block a user