diff options
author | jan Iversen <jani@apache.org> | 2018-07-17 15:16:16 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2018-07-18 10:40:08 -0700 |
commit | c0e9e978a1aa70713f9478391ebde353708a2f07 (patch) | |
tree | efef39653f1e4ea8877664e894b0ad052160c8fa /core | |
parent | 4719af308fded068ecd025c148e4b98a81491af3 (diff) | |
download | subsurface-c0e9e978a1aa70713f9478391ebde353708a2f07.tar.gz |
core: remove include QSettings from QPref
remove QSettings header file from qPref.h (which is included in many files)
to isolate the use of QSettings in the total system.
Signed-off-by: Jan Iversen <jani@apache.org>
Diffstat (limited to 'core')
-rw-r--r-- | core/settings/qPref.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/core/settings/qPref.h b/core/settings/qPref.h index 758b159d7..3eb350f46 100644 --- a/core/settings/qPref.h +++ b/core/settings/qPref.h @@ -3,7 +3,6 @@ #define QPREF_H #include <QObject> -#include <QSettings> #include "core/pref.h" #include "qPrefAnimations.h" |