summaryrefslogtreecommitdiff
path: root/src/location/declarativeplaces/qdeclarativeplaceimagemodel_p.h
diff options
context:
space:
mode:
authorVolker Hilsheimer <volker.hilsheimer@qt.io>2022-09-09 16:23:30 +0200
committerVolker Hilsheimer <volker.hilsheimer@qt.io>2022-09-15 18:22:10 +0200
commit38fb82bfef8f5a599ee374958a20b9d271002c88 (patch)
tree9038b1be13017be3276bda52b0f4c9911690c22c /src/location/declarativeplaces/qdeclarativeplaceimagemodel_p.h
parent6af3cc27235a67420d32dbe0146d94ada6b25028 (diff)
downloadqtlocation-38fb82bfef8f5a599ee374958a20b9d271002c88.tar.gz
Register QPlaceSupplier as a QML value type
Make QPlaceSupplier a gadget, and register it as a value type with the QML engine. Remove declarative wrapper, and consolidate the documentation. Adjust the tests and remove tests that verify that the type behaves like an object. Initialize placeSupplier properties as a grouped property, or via a converter from QJSValue. Change-Id: Id35ac1d9f03ce831013e4a7231302abd7b6cd7c8 Reviewed-by: Ulf Hermann <ulf.hermann@qt.io>
Diffstat (limited to 'src/location/declarativeplaces/qdeclarativeplaceimagemodel_p.h')
-rw-r--r--src/location/declarativeplaces/qdeclarativeplaceimagemodel_p.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/location/declarativeplaces/qdeclarativeplaceimagemodel_p.h b/src/location/declarativeplaces/qdeclarativeplaceimagemodel_p.h
index 3e26c566..d13e26a6 100644
--- a/src/location/declarativeplaces/qdeclarativeplaceimagemodel_p.h
+++ b/src/location/declarativeplaces/qdeclarativeplaceimagemodel_p.h
@@ -56,8 +56,6 @@
QT_BEGIN_NAMESPACE
-class QDeclarativeSupplier;
-
class Q_LOCATION_PRIVATE_EXPORT QDeclarativePlaceImageModel : public QDeclarativePlaceContentModel
{
Q_OBJECT