mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2026-01-06 05:10:52 +01:00
Add 'comment' to terminal strip
This commit is contained in:
@@ -44,6 +44,8 @@ class TerminalStrip : public QObject
|
||||
QString location() const {return m_data.m_location;}
|
||||
void setName(const QString &name);
|
||||
QString name() const {return m_data.m_name;}
|
||||
void setComment(const QString &comment);
|
||||
QString comment() const {return m_data.m_comment;}
|
||||
void setDescription(const QString &description);
|
||||
QString description() const {return m_data.m_description;}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user