From 71e97a51f486e5e44887957acddc5f29e4ff5fc2 Mon Sep 17 00:00:00 2001 From: Tobias Hunger Date: Tue, 29 Nov 2016 13:01:06 +0100 Subject: [PATCH] Todo: Initialize IconType in Keyword Change-Id: I15bad1448d4b2ae6fe13b6420633bc7407eedd61 Reviewed-by: Tim Jenssen --- src/plugins/todo/keyword.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; };