summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@qt.io>2018-04-18 15:32:18 +0200
committerFriedemann Kleint <Friedemann.Kleint@qt.io>2018-04-18 13:47:45 +0000
commit987e5359ade73c4326fe102892dfc1eb1143ba9d (patch)
tree4f7909dba7ea737bf7401aa00200af1ac5791141
parent3d2281ccf7400a782f69b7b74cb45d0889708bcc (diff)
downloadqtlocation-987e5359ade73c4326fe102892dfc1eb1143ba9d.tar.gz
QGeoManeuver: Fix QVariantMap include
Prepend module name, which is required for generating Qt for Python bindinds. Task-number: PYSIDE-487 Change-Id: I84614bae08efa74393c4048bc16196eb730f0e6b Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io> Reviewed-by: Paolo Angelelli <paolo.angelelli@qt.io>
-rw-r--r--src/location/maps/qgeomaneuver.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/location/maps/qgeomaneuver.h b/src/location/maps/qgeomaneuver.h
index 76c5421e..52a5b6a6 100644
--- a/src/location/maps/qgeomaneuver.h
+++ b/src/location/maps/qgeomaneuver.h
@@ -39,7 +39,7 @@
#include <QtCore/qshareddata.h>
#include <QtLocation/qlocationglobal.h>
-#include <QVariantMap>
+#include <QtCore/qvariant.h>
QT_BEGIN_NAMESPACE