diff options
| author | Markus Mittendrein <git@maxmitti.tk> | 2016-05-08 11:51:58 +0200 |
|---|---|---|
| committer | Markus Mittendrein <git@maxmitti.tk> | 2016-05-08 11:51:58 +0200 |
| commit | cc7d194e14531bd9bed3dc2f79a810e918837f65 (patch) | |
| tree | 4231cfb186eb31516b9201603ea63390efb51bbd /src/GreetingSetting.hpp | |
| parent | 49c5035cd3fd06a63bcf9510a1d2fa64334ec5fa (diff) | |
| download | manager-cc7d194e14531bd9bed3dc2f79a810e918837f65.tar.gz manager-cc7d194e14531bd9bed3dc2f79a810e918837f65.zip | |
Fix some warnings
Diffstat (limited to 'src/GreetingSetting.hpp')
| -rw-r--r-- | src/GreetingSetting.hpp | 3 |
1 files changed, 2 insertions, 1 deletions
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 <QString> +#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) |
