diff options
Diffstat (limited to 'src/location/places/qplaceuser.h')
-rw-r--r-- | src/location/places/qplaceuser.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/location/places/qplaceuser.h b/src/location/places/qplaceuser.h index b4c2f915..6dcca89b 100644 --- a/src/location/places/qplaceuser.h +++ b/src/location/places/qplaceuser.h @@ -43,6 +43,7 @@ #include <QtCore/QMetaType> #include <QtCore/QSharedDataPointer> #include <QtLocation/qlocationglobal.h> +#include <QtQml/qqml.h> QT_BEGIN_NAMESPACE @@ -52,6 +53,7 @@ QT_DECLARE_QSDP_SPECIALIZATION_DTOR_WITH_EXPORT(QPlaceUserPrivate, Q_LOCATION_EX class Q_LOCATION_EXPORT QPlaceUser { Q_GADGET + QML_VALUE_TYPE(user) Q_PROPERTY(QString userId READ userId WRITE setUserId) Q_PROPERTY(QString name READ name WRITE setName) |