summaryrefslogtreecommitdiffstats
path: root/src/location/maps/qgeoroutesegment.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/location/maps/qgeoroutesegment.cpp')
-rw-r--r--src/location/maps/qgeoroutesegment.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/location/maps/qgeoroutesegment.cpp b/src/location/maps/qgeoroutesegment.cpp
index 1ee2406fdd..d86e8dfe52 100644
--- a/src/location/maps/qgeoroutesegment.cpp
+++ b/src/location/maps/qgeoroutesegment.cpp
@@ -52,6 +52,7 @@ QTM_BEGIN_NAMESPACE
\brief The QGeoRouteSegment class represents a segment of a route.
\inmodule QtLocation
+ \since 1.1
\ingroup maps-routing
@@ -230,7 +231,7 @@ void QGeoRouteSegment::setManeuver(const QGeoManeuver &maneuver)
/*!
Returns the manevuer for this route segment.
- Will return an invalid QGeoManeuver if no information has been attached
+ Will return an invalid QGeoManeuver if no information has been attached
to the endpoint of this route segment.
*/
QGeoManeuver QGeoRouteSegment::maneuver() const