summaryrefslogtreecommitdiff
path: root/src/location/maps/qgeoroutingmanager.cpp
diff options
context:
space:
mode:
authorAaron McCarthy <aaron.mccarthy@nokia.com>2011-10-25 12:59:22 +1000
committerQt by Nokia <qt-info@nokia.com>2011-10-25 05:01:07 +0200
commit06f46c6b69a4234b3449eac5ab44989546cb52c9 (patch)
tree709cd99b8ef43309f17dc95d13aab8882b39ec4c /src/location/maps/qgeoroutingmanager.cpp
parent53909f3cb2a02aca9f87b298b935845d9301d0d0 (diff)
downloadqtlocation-06f46c6b69a4234b3449eac5ab44989546cb52c9.tar.gz
Update structure of QtLocation documentation.
Separate out into sections for C++ and QML. Mark all classes as "since QtLocation 5.0" as there has been many API changes since Qt Mobility. Change-Id: Ie71c5f7cb8341e76d41b9fefce4781979f3e898c Reviewed-by: Aaron McCarthy <aaron.mccarthy@nokia.com>
Diffstat (limited to 'src/location/maps/qgeoroutingmanager.cpp')
-rw-r--r--src/location/maps/qgeoroutingmanager.cpp8
1 files changed, 3 insertions, 5 deletions
diff --git a/src/location/maps/qgeoroutingmanager.cpp b/src/location/maps/qgeoroutingmanager.cpp
index 36a3a12d..91261cc1 100644
--- a/src/location/maps/qgeoroutingmanager.cpp
+++ b/src/location/maps/qgeoroutingmanager.cpp
@@ -49,15 +49,13 @@ QT_BEGIN_NAMESPACE
/*!
\class QGeoRoutingManager
+ \inmodule QtLocation
+ \ingroup QtLocation-routing
+ \since QtLocation 5.0
\brief The QGeoRoutingManager class provides support for geographic routing
operations.
-
- \inmodule QtLocation
-
- \ingroup maps-routing
-
The calculateRoute() and updateRoute() methods function QGeoRouteReply
objects, which manage these operations and report on the result of the
operations and any errors which may have occurred.