diff options
Diffstat (limited to 'core/settings/qPrefPrivate.h')
-rw-r--r-- | core/settings/qPrefPrivate.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/core/settings/qPrefPrivate.h b/core/settings/qPrefPrivate.h index 95466cece..4d8aea5ce 100644 --- a/core/settings/qPrefPrivate.h +++ b/core/settings/qPrefPrivate.h @@ -5,9 +5,12 @@ // Header used by all qPref<class> implementations to avoid duplicating code #include "core/qthelper.h" #include "qPref.h" + #include <QObject> +#include <QDebug> #include <QVariant> + // implementation class of the interface classes class qPrefPrivate { |