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 162b572b..faef0b9a 100644
--- a/src/imports/location/location.h
+++ b/src/imports/location/location.h
@@ -55,6 +55,7 @@
#include <QGeoRouteSegment>
#include <QPlaceAttribute>
#include <QPlaceUser>
+#include <QPlaceSupplier>
#include <QPlaceRatings>
#include <QPlaceIcon>
@@ -127,6 +128,13 @@ struct QPlaceIconForeign
QML_NAMED_ELEMENT(icon)
};
+struct QPlaceSupplierForeign
+{
+ Q_GADGET
+ QML_FOREIGN(QPlaceSupplier)
+ QML_NAMED_ELEMENT(supplier)
+};
+
QT_END_NAMESPACE
#endif // QTLOCATION_QMLTYPES_H