summaryrefslogtreecommitdiff
path: root/src/location/maps/qgeorouterequest.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/location/maps/qgeorouterequest.h')
-rw-r--r--src/location/maps/qgeorouterequest.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/location/maps/qgeorouterequest.h b/src/location/maps/qgeorouterequest.h
index 2c34479b..5a4bc61e 100644
--- a/src/location/maps/qgeorouterequest.h
+++ b/src/location/maps/qgeorouterequest.h
@@ -149,8 +149,8 @@ public:
void setManeuverDetail(ManeuverDetail maneuverDetail);
ManeuverDetail maneuverDetail() const;
- void setExtraParameters(const QMap<QString, QVariantMap> &extraParameters);
- QMap<QString, QVariantMap> extraParameters() const;
+ void setExtraParameters(const QVariantMap &extraParameters);
+ QVariantMap extraParameters() const;
private:
QExplicitlySharedDataPointer<QGeoRouteRequestPrivate> d_ptr;