forked from qt-creator/qt-creator
Todo: Initialize IconType in Keyword
Change-Id: I15bad1448d4b2ae6fe13b6420633bc7407eedd61 Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
This commit is contained in:
committed by
Tim Jenssen
parent
b293f81b41
commit
71e97a51f4
@@ -42,7 +42,7 @@ public:
|
||||
Keyword();
|
||||
|
||||
QString name;
|
||||
IconType iconType;
|
||||
IconType iconType = IconType::Info;
|
||||
QColor color;
|
||||
bool equals(const Keyword &other) const;
|
||||
};
|
||||
|
Reference in New Issue
Block a user