summaryrefslogtreecommitdiffstats
path: root/map-widget/qmlmapwidgethelper.cpp
diff options
context:
space:
mode:
authorGravatar Lubomir I. Ivanov <neolit123@gmail.com>2018-03-08 21:35:44 +0200
committerGravatar Dirk Hohndel <dirk@hohndel.org>2018-03-11 11:40:12 -0700
commiteb8772d967cc033c7d0e38d3b659eb869be61ac4 (patch)
tree0f457c78ccef771ae2761121145aa8e3669bfab9 /map-widget/qmlmapwidgethelper.cpp
parent2317fed9b6d4139fe648c2203ace37559016db46 (diff)
downloadsubsurface-eb8772d967cc033c7d0e38d3b659eb869be61ac4.tar.gz
qmapwidgethelper: move includes to the header
Add the following includes in the header - <QVariant> and <QGeoCoordinate> otherwise the mobile build fails. It is unclear how the desktop build does not complain about this. Signed-off-by: Lubomir I. Ivanov <neolit123@gmail.com>
Diffstat (limited to 'map-widget/qmlmapwidgethelper.cpp')
-rw-r--r--map-widget/qmlmapwidgethelper.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/map-widget/qmlmapwidgethelper.cpp b/map-widget/qmlmapwidgethelper.cpp
index 7e2caf66b..26590269a 100644
--- a/map-widget/qmlmapwidgethelper.cpp
+++ b/map-widget/qmlmapwidgethelper.cpp
@@ -1,7 +1,6 @@
// SPDX-License-Identifier: GPL-2.0
#include <QApplication>
#include <QClipboard>
-#include <QGeoCoordinate>
#include <QDebug>
#include <QVector>