summaryrefslogtreecommitdiffstats
path: root/mobile-widgets/qmlprefs.h
diff options
context:
space:
mode:
authorGravatar jan Iversen <jani@apache.org>2018-09-08 19:46:11 +0200
committerGravatar Dirk Hohndel <dirk@hohndel.org>2018-09-11 17:25:00 -0700
commit2385f48c6a74e6eb39b3c8c69766719c05768113 (patch)
tree28295bc458729797fe575269b0d6c67f1ad16c05 /mobile-widgets/qmlprefs.h
parent1ee726597239db4e1fd66b5ad70983a127280414 (diff)
downloadsubsurface-2385f48c6a74e6eb39b3c8c69766719c05768113.tar.gz
core/settings ... : remove qPref* includes in qPref.h
reduce number of includes by removing qPref* includes in qPref.h Signed-off-by: Jan Iversen <jani@apache.org>
Diffstat (limited to 'mobile-widgets/qmlprefs.h')
-rw-r--r--mobile-widgets/qmlprefs.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/mobile-widgets/qmlprefs.h b/mobile-widgets/qmlprefs.h
index 1676c2e64..ed38c0530 100644
--- a/mobile-widgets/qmlprefs.h
+++ b/mobile-widgets/qmlprefs.h
@@ -3,7 +3,8 @@
#define QMLPREFS_H
#include <QObject>
-#include "core/settings/qPref.h"
+#include "core/settings/qPrefCloudStorage.h"
+#include "core/settings/qPrefDisplay.h"
class QMLPrefs : public QObject {