summaryrefslogtreecommitdiff
path: root/src/location/declarativeplaces/qdeclarativesearchsuggestionmodel_p.h
diff options
context:
space:
mode:
authorVolker Hilsheimer <volker.hilsheimer@qt.io>2022-09-23 15:19:59 +0200
committerVolker Hilsheimer <volker.hilsheimer@qt.io>2022-09-28 17:14:34 +0200
commit104e1bb73f19eff5ca5c136bdbcb99e2e4bc196b (patch)
tree4fb6da407bad9d9e69493980c5a069ab50eb248c /src/location/declarativeplaces/qdeclarativesearchsuggestionmodel_p.h
parent49a72acedbe4f66c94aca39f8ce9b2ea1e694366 (diff)
downloadqtlocation-104e1bb73f19eff5ca5c136bdbcb99e2e4bc196b.tar.gz
Build system: move to declarative type registration
Adjust the build system accordingly, attaching a QML module with the respective implementations to the QtLocation target. An explicit function is still needed to register converters, and will be removed once the improved support for value types has merged. This should enable the qml compiler to generate C++ code, which then requires linking against the library. The MapParameter type was renamed to DynamicMapParamter as per the 5.11 change log, so remove the MapParameter alias now and adjust tests. Task-number: QTBUG-106886 Change-Id: Id8765c1bc3b98d447d768b246b21a16f71bfdf74 Reviewed-by: Ulf Hermann <ulf.hermann@qt.io> Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org>
Diffstat (limited to 'src/location/declarativeplaces/qdeclarativesearchsuggestionmodel_p.h')
-rw-r--r--src/location/declarativeplaces/qdeclarativesearchsuggestionmodel_p.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/location/declarativeplaces/qdeclarativesearchsuggestionmodel_p.h b/src/location/declarativeplaces/qdeclarativesearchsuggestionmodel_p.h
index cb8c1da4..f13da3df 100644
--- a/src/location/declarativeplaces/qdeclarativesearchsuggestionmodel_p.h
+++ b/src/location/declarativeplaces/qdeclarativesearchsuggestionmodel_p.h
@@ -64,6 +64,8 @@ class QGeoServiceProvider;
class Q_LOCATION_PRIVATE_EXPORT QDeclarativeSearchSuggestionModel : public QDeclarativeSearchModelBase
{
Q_OBJECT
+ QML_NAMED_ELEMENT(PlaceSearchSuggestionModel)
+ QML_ADDED_IN_VERSION(5, 0)
Q_PROPERTY(QString searchTerm READ searchTerm WRITE setSearchTerm NOTIFY searchTermChanged)
Q_PROPERTY(QStringList suggestions READ suggestions NOTIFY suggestionsChanged)