summaryrefslogtreecommitdiff
path: root/src/location/maps/qgeorouterequest.h
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/maps/qgeorouterequest.h
parent8c25f579cd52555f7d09919fa08aa06278480cf6 (diff)
downloadqtlocation-6ea8dcf6b9dda083f46c0cb67ca493bd8b6363cd.tar.gz
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/maps/qgeorouterequest.h')
-rw-r--r--src/location/maps/qgeorouterequest.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/location/maps/qgeorouterequest.h b/src/location/maps/qgeorouterequest.h
index 45b0bc52..fa0a740f 100644
--- a/src/location/maps/qgeorouterequest.h
+++ b/src/location/maps/qgeorouterequest.h
@@ -166,9 +166,6 @@ public:
void setDepartureTime(const QDateTime &departureTime);
QDateTime departureTime() const;
- void setExtraParameters(const QVariantMap &extraParameters);
- QVariantMap extraParameters() const;
-
private:
QExplicitlySharedDataPointer<QGeoRouteRequestPrivate> d_ptr;