summaryrefslogtreecommitdiff
path: root/src/location/maps/qgeorouterequest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/location/maps/qgeorouterequest.cpp')
-rw-r--r--src/location/maps/qgeorouterequest.cpp24
1 files changed, 1 insertions, 23 deletions
diff --git a/src/location/maps/qgeorouterequest.cpp b/src/location/maps/qgeorouterequest.cpp
index 2f574809..08184592 100644
--- a/src/location/maps/qgeorouterequest.cpp
+++ b/src/location/maps/qgeorouterequest.cpp
@@ -479,27 +479,6 @@ QDateTime QGeoRouteRequest::departureTime() const
return d_ptr->departureTime;
}
-/*!
- Sets the extra parameters \a extraParameters for the route request.
- The format of the extra parameters is plugin specific, and documented per plugin.
-
- \since 5.11
-*/
-void QGeoRouteRequest::setExtraParameters(const QVariantMap &extraParameters)
-{
- d_ptr->extraParameters = extraParameters;
-}
-
-/*!
- Returns the extra parameters set for this route request.
-
- \since 5.11
-*/
-QVariantMap QGeoRouteRequest::extraParameters() const
-{
- return d_ptr->extraParameters;
-}
-
/*******************************************************************************
*******************************************************************************/
@@ -512,8 +491,7 @@ bool QGeoRouteRequestPrivate::operator==(const QGeoRouteRequestPrivate &other) c
&& (featureWeights == other.featureWeights)
&& (routeOptimization == other.routeOptimization)
&& (segmentDetail == other.segmentDetail)
- && (maneuverDetail == other.maneuverDetail)
- && (extraParameters == other.extraParameters));
+ && (maneuverDetail == other.maneuverDetail));
}
QT_END_NAMESPACE