summaryrefslogtreecommitdiff
path: root/src/imports/location/location.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/imports/location/location.h')
-rw-r--r--src/imports/location/location.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/imports/location/location.h b/src/imports/location/location.h
index cc5ed5ab..6ccfd01e 100644
--- a/src/imports/location/location.h
+++ b/src/imports/location/location.h
@@ -53,6 +53,7 @@
#include <QGeoManeuver>
#include <QGeoRouteSegment>
+#include <QPlaceUser>
#include <QtLocation/private/qgeomaptype_p.h>
@@ -95,6 +96,13 @@ namespace QGeoMapTypeForeignNamespace
QML_NAMED_ELEMENT(MapType)
};
+struct QPlaceUserForeign
+{
+ Q_GADGET
+ QML_FOREIGN(QPlaceUser)
+ QML_NAMED_ELEMENT(user)
+};
+
QT_END_NAMESPACE
#endif // QTLOCATION_QMLTYPES_H