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

@@ -37,6 +37,7 @@ class TerminalStripData : public PropertiesInterface
QString m_installation = QStringLiteral("="),
m_location = QStringLiteral("+"),
m_name,
m_comment,
m_description;
};