diff options
author | jan Iversen <jani@apache.org> | 2018-09-08 19:46:11 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2018-09-11 17:25:00 -0700 |
commit | 2385f48c6a74e6eb39b3c8c69766719c05768113 (patch) | |
tree | 28295bc458729797fe575269b0d6c67f1ad16c05 /subsurface-mobile-main.cpp | |
parent | 1ee726597239db4e1fd66b5ad70983a127280414 (diff) | |
download | subsurface-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 'subsurface-mobile-main.cpp')
-rw-r--r-- | subsurface-mobile-main.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/subsurface-mobile-main.cpp b/subsurface-mobile-main.cpp index e700455f3..a9e4b424d 100644 --- a/subsurface-mobile-main.cpp +++ b/subsurface-mobile-main.cpp @@ -12,6 +12,7 @@ #include "core/qthelper.h" #include "core/subsurfacestartup.h" #include "core/settings/qPref.h" +#include "core/settings/qPrefDisplay.h" #include <QApplication> #include <QLocale> |