Todo: Initialize IconType in Keyword

Change-Id: I15bad1448d4b2ae6fe13b6420633bc7407eedd61
Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
This commit is contained in:
Tobias Hunger
2016-11-29 13:01:06 +01:00
committed by Tim Jenssen
parent b293f81b41
commit 71e97a51f4

View File

@@ -42,7 +42,7 @@ public:
Keyword(); Keyword();
QString name; QString name;
IconType iconType; IconType iconType = IconType::Info;
QColor color; QColor color;
bool equals(const Keyword &other) const; bool equals(const Keyword &other) const;
}; };