mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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:
parent
4719af308f
commit
c0e9e978a1
1 changed files with 0 additions and 1 deletions
|
@ -3,7 +3,6 @@
|
|||
#define QPREF_H
|
||||
|
||||
#include <QObject>
|
||||
#include <QSettings>
|
||||
#include "core/pref.h"
|
||||
|
||||
#include "qPrefAnimations.h"
|
||||
|
|
Loading…
Add table
Reference in a new issue