summaryrefslogtreecommitdiffstats
path: root/src/location/declarativemaps/qdeclarativegeoroutemodel.cpp
diff options
context:
space:
mode:
authorVolker Hilsheimer <volker.hilsheimer@qt.io>2022-10-08 15:19:05 +0200
committerVolker Hilsheimer <volker.hilsheimer@qt.io>2023-01-13 08:39:44 +0000
commit6ea8dcf6b9dda083f46c0cb67ca493bd8b6363cd (patch)
treebbcf92e9a2b6148f7d2bc887b58d77b01e44f0ff /src/location/declarativemaps/qdeclarativegeoroutemodel.cpp
parent8c25f579cd52555f7d09919fa08aa06278480cf6 (diff)
Remove unused extraParameters
No plugin implements or uses it, and we could use dynamic properties to pass more data through to backend implementations, if needed. Pick-to: 6.5 Change-Id: Ie7cbc1e24fadf51e5f39e0ced53860e6a2c6609b Reviewed-by: Alex Blasche <alexander.blasche@qt.io>
Diffstat (limited to 'src/location/declarativemaps/qdeclarativegeoroutemodel.cpp')
-rw-r--r--src/location/declarativemaps/qdeclarativegeoroutemodel.cpp16
1 files changed, 0 insertions, 16 deletions
diff --git a/src/location/declarativemaps/qdeclarativegeoroutemodel.cpp b/src/location/declarativemaps/qdeclarativegeoroutemodel.cpp
index 53b791fe..78c4b5e3 100644
--- a/src/location/declarativemaps/qdeclarativegeoroutemodel.cpp
+++ b/src/location/declarativemaps/qdeclarativegeoroutemodel.cpp
@@ -1283,22 +1283,6 @@ QGeoRouteRequest QDeclarativeGeoRouteQuery::routeRequest() const
return request_;
}
-
-/*!
- \qmlproperty VariantMap RouteQuery::extraParameters
- \readonly
-
- The route query extra parameters. This property is read only. If the query is
- defined by the user, these can be set by using MapParameters.
- If the route query comes from the engine via signals, the query is intended to be read-only.
-
- \since 5.11
-*/
-QVariantMap QDeclarativeGeoRouteQuery::extraParameters() const
-{
- return routeRequest().extraParameters();
-}
-
void QDeclarativeGeoRouteQuery::excludedAreaCoordinateChanged()
{
if (!m_excludedAreaCoordinateChanged) {