summaryrefslogtreecommitdiffstats
path: root/src/location/maps/qgeocodingmanagerengine.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/qgeocodingmanagerengine.cpp
parent53909f3cb2a02aca9f87b298b935845d9301d0d0 (diff)
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/qgeocodingmanagerengine.cpp')
-rw-r--r--src/location/maps/qgeocodingmanagerengine.cpp7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/location/maps/qgeocodingmanagerengine.cpp b/src/location/maps/qgeocodingmanagerengine.cpp
index 5eaea3ff..81dd6421 100644
--- a/src/location/maps/qgeocodingmanagerengine.cpp
+++ b/src/location/maps/qgeocodingmanagerengine.cpp
@@ -49,15 +49,14 @@ QT_BEGIN_NAMESPACE
/*!
\class QGeocodingManagerEngine
+ \inmodule QtLocation
+ \ingroup QtLocation-impl
+ \since QtLocation 5.0
\brief The QGeocodingManagerEngine class provides an interface and
convenience methods to implementers of QGeoServiceProvider plugins who want
to provide support for geocoding operations.
- \inmodule QtLocation
-
- \ingroup maps-impl
-
In the default implementation, supportsGeocoding() and supportsReverseGeocoding() returns false while
geocode() and reverseGeocode()
cause QGeocodeReply::UnsupportedOptionError to occur.