summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorGravatar jan Iversen <jani@apache.org>2018-08-19 12:26:17 +0200
committerGravatar Dirk Hohndel <dirk@hohndel.org>2018-08-25 11:49:47 -0700
commit2393dca38ed6f97e15958471cd04c01600af4dfc (patch)
tree2c6a49e8939a18cad34b99ba2686d1a560d090bd /core
parentc85f5c560cfd392049d64a2346073d1151098925 (diff)
downloadsubsurface-2393dca38ed6f97e15958471cd04c01600af4dfc.tar.gz
core: remove QSettings from qPrefDivePlanner
remove not needed include from qPrefDivePlanner Signed-off-by: Jan Iversen <jani@apache.org>
Diffstat (limited to 'core')
-rw-r--r--core/settings/qPrefDivePlanner.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/core/settings/qPrefDivePlanner.cpp b/core/settings/qPrefDivePlanner.cpp
index c3c98e3fc..02e39f535 100644
--- a/core/settings/qPrefDivePlanner.cpp
+++ b/core/settings/qPrefDivePlanner.cpp
@@ -3,8 +3,6 @@
#include "qPrefDivePlanner.h"
#include "qPrefPrivate.h"
-#include <QSettings>
-
static const QString group = QStringLiteral("Planner");
qPrefDivePlanner::qPrefDivePlanner(QObject *parent) : QObject(parent)