diff options
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) |
