diff --git a/word.h b/word.h index bfea206f..7bcd1bb8 100644 --- a/word.h +++ b/word.h @@ -40,8 +40,8 @@ public: BadgeBits = 0x400000, }; - Word(LazyLoadedImage* image, Type type, const QString& copytext, const QString& tooltip = ""); - Word(const QString& text, Type type, const QString& copytext, const QString& tooltip = ""); + explicit Word(LazyLoadedImage* image, Type type, const QString& copytext, const QString& tooltip = ""); + explicit Word(const QString& text, Type type, const QString& copytext, const QString& tooltip = ""); ~Word();