summaryrefslogtreecommitdiff
path: root/src/location/maps/qgeomap_p_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/location/maps/qgeomap_p_p.h')
-rw-r--r--src/location/maps/qgeomap_p_p.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/location/maps/qgeomap_p_p.h b/src/location/maps/qgeomap_p_p.h
index ab603be7..4430202f 100644
--- a/src/location/maps/qgeomap_p_p.h
+++ b/src/location/maps/qgeomap_p_p.h
@@ -53,6 +53,7 @@
#include <QtLocation/private/qgeoprojection_p.h>
#include <QtCore/private/qobject_p.h>
#include <QtCore/QSize>
+#include <QtCore/QList>
#include <QtCore/QSet>
#include "qgeomap_p.h"
@@ -92,7 +93,7 @@ protected:
QPointer<QGeoMappingManagerEngine> m_engine;
QGeoCameraData m_cameraData;
QGeoMapType m_activeMapType;
- QSet<QGeoMapParameter *> m_mapParameters;
+ QList<QGeoMapParameter *> m_mapParameters;
QSet<QDeclarativeGeoMapItemBase *> m_mapItems;
};