From cc7d194e14531bd9bed3dc2f79a810e918837f65 Mon Sep 17 00:00:00 2001 From: Markus Mittendrein Date: Sun, 8 May 2016 11:51:58 +0200 Subject: Fix some warnings --- src/GreetingSetting.hpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/GreetingSetting.hpp') diff --git a/src/GreetingSetting.hpp b/src/GreetingSetting.hpp index d3d6617..933d4c5 100644 --- a/src/GreetingSetting.hpp +++ b/src/GreetingSetting.hpp @@ -2,13 +2,14 @@ #include +#include "qt-config/ConfigBase.hpp" #include "ClientInterface.hpp" class GreetingSetting { public: ClientInterface interface; - QString target = ""; bool negative = false; + QString target = ""; GreetingSetting() { } inline bool operator==(const GreetingSetting& other) -- cgit v1.2.3-54-g00ecf