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; };