mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-17 12:40:35 +01:00
Add 'comment' to terminal strip
This commit is contained in:
@@ -195,6 +195,10 @@ void TerminalStrip::setName(const QString &name) {
|
||||
m_data.m_name = name;
|
||||
}
|
||||
|
||||
void TerminalStrip::setComment(const QString &comment) {
|
||||
m_data.m_comment = comment;
|
||||
}
|
||||
|
||||
void TerminalStrip::setDescription(const QString &description) {
|
||||
m_data.m_description = description;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user