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>
This commit is contained in:
parent
2317fed9b6
commit
eb8772d967
@ -1,7 +1,6 @@
|
||||
// SPDX-License-Identifier: GPL-2.0
|
||||
#include <QApplication>
|
||||
#include <QClipboard>
|
||||
#include <QGeoCoordinate>
|
||||
#include <QDebug>
|
||||
#include <QVector>
|
||||
|
||||
|
||||
@ -3,8 +3,9 @@
|
||||
#define QMLMAPWIDGETHELPER_H
|
||||
|
||||
#include <QObject>
|
||||
#include <QGeoCoordinate>
|
||||
#include <QVariant>
|
||||
|
||||
class QGeoCoordinate;
|
||||
class MapLocationModel;
|
||||
class MapLocation;
|
||||
struct dive_site;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user