aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/todo/keyword.h
diff options
context:
space:
mode:
authorTobias Hunger <tobias.hunger@qt.io>2016-11-29 13:01:06 +0100
committerTim Jenssen <tim.jenssen@qt.io>2016-11-29 15:10:14 +0000
commit71e97a51f486e5e44887957acddc5f29e4ff5fc2 (patch)
tree1e0f89535ec5319b4b44d0efc7eaffdcfd0a8c24 /src/plugins/todo/keyword.h
parentb293f81b41750401c5ebaf919385a86078150192 (diff)
Todo: Initialize IconType in Keyword
Change-Id: I15bad1448d4b2ae6fe13b6420633bc7407eedd61 Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
Diffstat (limited to 'src/plugins/todo/keyword.h')
-rw-r--r--src/plugins/todo/keyword.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/todo/keyword.h b/src/plugins/todo/keyword.h
index 170cbfa5f20..533992355de 100644
--- a/src/plugins/todo/keyword.h
+++ b/src/plugins/todo/keyword.h
@@ -42,7 +42,7 @@ public:
Keyword();
QString name;
- IconType iconType;
+ IconType iconType = IconType::Info;
QColor color;
bool equals(const Keyword &other) const;
};