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>
This commit is contained in:
jan Iversen 2018-07-17 15:16:16 +02:00 committed by Dirk Hohndel
parent 4719af308f
commit c0e9e978a1

View file

@ -3,7 +3,6 @@
#define QPREF_H
#include <QObject>
#include <QSettings>
#include "core/pref.h"
#include "qPrefAnimations.h"