diff options
author | Peter Yard <peter.yard@nokia.com> | 2012-05-04 16:13:32 +1000 |
---|---|---|
committer | Qt by Nokia <qt-info@nokia.com> | 2012-05-21 05:24:11 +0200 |
commit | ca95ef85d97bf3aab93a0f16e5d4cb8abe9ffbc5 (patch) | |
tree | d732f6e5d9d64af4f962a965934419a4c586645c /src/location/maps/qgeomappingmanagerengine.cpp | |
parent | 993185661cf1e1a012a41382fdbfa76ee2edf16a (diff) | |
download | qtlocation-ca95ef85d97bf3aab93a0f16e5d4cb8abe9ffbc5.tar.gz |
Docs: Bug-5818 fixes.
Change-Id: I25e95e07ecaf1c368029741a81f7385eed801316
Reviewed-by: Peter Yard <peter.yard@nokia.com>
Reviewed-by: Aaron McCarthy <aaron.mccarthy@nokia.com>
Diffstat (limited to 'src/location/maps/qgeomappingmanagerengine.cpp')
-rw-r--r-- | src/location/maps/qgeomappingmanagerengine.cpp | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/src/location/maps/qgeomappingmanagerengine.cpp b/src/location/maps/qgeomappingmanagerengine.cpp index d476c835..52a0329f 100644 --- a/src/location/maps/qgeomappingmanagerengine.cpp +++ b/src/location/maps/qgeomappingmanagerengine.cpp @@ -55,9 +55,11 @@ QT_BEGIN_NAMESPACE \ingroup QtLocation-impl \since Qt Location 5.0 - \brief The QGeoMappingManagerEngine class provides an interface and convenience methods - to implementors of QGeoServiceProvider plugins who want to provide support for displaying - and interacting with maps. + \brief Provides support functionality for map display with QGeoServiceProvider. + + The QGeoMappingManagerEngine class provides an interface and convenience + methods to implementors of QGeoServiceProvider plugins who want to + provide support for displaying and interacting with maps. */ /*! |