Add 'comment' to terminal strip

This commit is contained in:
joshua
2021-04-04 19:39:21 +02:00
parent 91db58bb64
commit a3f776b7db
5 changed files with 25 additions and 3 deletions

View File

@@ -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;
}