summaryrefslogtreecommitdiff
path: root/src/location/maps/qgeotilespec_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/location/maps/qgeotilespec_p.h')
-rw-r--r--src/location/maps/qgeotilespec_p.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/location/maps/qgeotilespec_p.h b/src/location/maps/qgeotilespec_p.h
index 408bcfa3..3d0ac578 100644
--- a/src/location/maps/qgeotilespec_p.h
+++ b/src/location/maps/qgeotilespec_p.h
@@ -17,6 +17,8 @@
#include <QtLocation/private/qlocationglobal_p.h>
#include <QtCore/QMetaType>
+#include <QtCore/QList>
+#include <QtCore/QSet>
#include <QString>
#include <QSharedDataPointer>
@@ -78,5 +80,7 @@ Q_LOCATION_PRIVATE_EXPORT QDebug operator<<(QDebug, const QGeoTileSpec &);
QT_END_NAMESPACE
Q_DECLARE_METATYPE(QGeoTileSpec)
+Q_DECLARE_METATYPE(QList<QGeoTileSpec>)
+Q_DECLARE_METATYPE(QSet<QGeoTileSpec>)
#endif // QGEOTILESPEC_H