summaryrefslogtreecommitdiff
path: root/src/location/maps/qgeoroute.cpp
diff options
context:
space:
mode:
authorWolfgang Beck <wolfgang.beck@nokia.com>2012-03-27 13:49:25 +1000
committerQt by Nokia <qt-info@nokia.com>2012-03-29 06:53:38 +0200
commit04921a0ff8c3a6878a77eb6e119ba6a870b2798a (patch)
tree0c1f262499bb90374cfff1d1bc0e7233d490bcee /src/location/maps/qgeoroute.cpp
parent2106a31b66afc25917935046d2e3be14488d4dc5 (diff)
downloadqtlocation-04921a0ff8c3a6878a77eb6e119ba6a870b2798a.tar.gz
General documentation issues
Change-Id: I021ab70e1cbb973817aecbf53b7af0760c5e36c4 Reviewed-by: Aaron McCarthy <aaron.mccarthy@nokia.com>
Diffstat (limited to 'src/location/maps/qgeoroute.cpp')
-rw-r--r--src/location/maps/qgeoroute.cpp12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/location/maps/qgeoroute.cpp b/src/location/maps/qgeoroute.cpp
index bc8a38a1..a641a1de 100644
--- a/src/location/maps/qgeoroute.cpp
+++ b/src/location/maps/qgeoroute.cpp
@@ -53,7 +53,7 @@ QT_BEGIN_NAMESPACE
\class QGeoRoute
\inmodule QtLocation
\ingroup QtLocation-routing
- \since QtLocation 5.0
+ \since Qt Location 5.0
\brief The QGeoRoute class represents a route between two points.
@@ -118,11 +118,11 @@ bool QGeoRoute::operator !=(const QGeoRoute &other) const
}
/*!
- Sets the ID of this route to \a id.
+ Sets the identifier of this route to \a id.
Service providers which support the updating of routes commonly assign
- IDs to routes. If this route came from such a service provider changing
- the ID will probably cause route updates to stop working.
+ identifiers to routes. If this route came from such a service provider changing
+ the identifier will probably cause route updates to stop working.
*/
void QGeoRoute::setRouteId(const QString &id)
{
@@ -130,10 +130,10 @@ void QGeoRoute::setRouteId(const QString &id)
}
/*!
- Returns the ID of this route.
+ Returns the identifier of this route.
Service providers which support the updating of routes commonly assign
- IDs to routes. If this route did not come from such a service provider
+ identifiers to routes. If this route did not come from such a service provider
the function will return an empty string.
*/
QString QGeoRoute::routeId() const