From a71afd31ee66edf45c8970dcbd6514d7c4b5e9f0 Mon Sep 17 00:00:00 2001 From: jan Iversen Date: Fri, 31 Aug 2018 11:57:28 +0200 Subject: core: add auto registration to qPref* Instead of having all register calls in subsurface-helper.cpp let qPref.cpp handle all qPref registration, since they also need to be different update subsurface-helper and testqml accordingly. Signed-off-by: Jan Iversen --- core/settings/qPrefPrivate.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'core/settings/qPrefPrivate.h') 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 implementations to avoid duplicating code #include "core/qthelper.h" #include "qPref.h" + #include +#include #include + // implementation class of the interface classes class qPrefPrivate { -- cgit v1.2.3-70-g09d2