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.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/location/maps/qgeorouterequest.cpp b/src/location/maps/qgeorouterequest.cpp
index 4866aa31..abb408d1 100644
--- a/src/location/maps/qgeorouterequest.cpp
+++ b/src/location/maps/qgeorouterequest.cpp
@@ -221,7 +221,7 @@ QT_BEGIN_NAMESPACE
/*!
Constructs a request to calculate a route through the coordinates \a waypoints.
- The route will traverse the elements of \a waypoints in order.
+ The route will traverse the objects of \a waypoints in order.
*/
QGeoRouteRequest::QGeoRouteRequest(const QList<QGeoCoordinate> &waypoints)
: d_ptr(new QGeoRouteRequestPrivate())