mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2026-05-03 03:49:59 +02:00
Revamp code
Change the way to know who is the physical terminal of a real terminal when we got only the real terminal.
This commit is contained in:
@@ -55,8 +55,8 @@ class RealTerminal
|
||||
|
||||
public:
|
||||
~RealTerminal();
|
||||
TerminalStrip *parentStrip() const;
|
||||
QSharedPointer<PhysicalTerminal> physicalTerminal() const;
|
||||
TerminalStrip *parentStrip() const noexcept;
|
||||
QSharedPointer<PhysicalTerminal> physicalTerminal() const noexcept;
|
||||
|
||||
QDomElement toXml(QDomDocument &parent_document) const;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user