summaryrefslogtreecommitdiff
path: root/src/location/places/qplacemanagerengine.cpp
diff options
context:
space:
mode:
authorPeter Yard <peter.yard@nokia.com>2012-02-10 17:57:22 +1000
committerQt by Nokia <qt-info@nokia.com>2012-02-13 02:02:13 +0100
commit7782a4a86f83c678822af6d059eaf5012fce7d7f (patch)
tree9d97f2e78fb636e373fc53456929d41fa7a87c0b /src/location/places/qplacemanagerengine.cpp
parent2f6abf05e5f186306a55570aae0ee32ed4a08384 (diff)
downloadqtlocation-7782a4a86f83c678822af6d059eaf5012fce7d7f.tar.gz
Docs: QTBUG-24066, Location doc typos.
Change-Id: I71d7ab7e074eef2000f10463f3bf75cdb9bf6048 Reviewed-by: David Laing <david.laing@nokia.com>
Diffstat (limited to 'src/location/places/qplacemanagerengine.cpp')
-rw-r--r--src/location/places/qplacemanagerengine.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/location/places/qplacemanagerengine.cpp b/src/location/places/qplacemanagerengine.cpp
index ecc225b7..e687f979 100644
--- a/src/location/places/qplacemanagerengine.cpp
+++ b/src/location/places/qplacemanagerengine.cpp
@@ -201,12 +201,12 @@ QPlaceManagerEnginePrivate::~QPlaceManagerEnginePrivate()
/*!
\fn QPlaceDetailsReply *QPlaceManagerEngine::getPlaceDetails(const QString &placeId)
- Retrieves a details of place corresponding to the given \a placeId.
+ Retrieves details of place corresponding to the given \a placeId.
*/
/*! \fn QPlaceContentReply *QPlaceManagerEngine::getPlaceContent(const QString &placeId, const QPlaceContentRequest &request)
- Retrieves content for the place correspoinding to \a placeId, according to the parameters specified in
+ Retrieves content for the place corresponding to \a placeId, according to the parameters specified in
\a request.
*/
@@ -355,7 +355,7 @@ QPlaceManagerEnginePrivate::~QPlaceManagerEnginePrivate()
\fn void QPlaceManagerEngine::placeUpdated(const QString &placeId)
This signal is emitted if a place has been modified in the manager engine's datastore.
- The particular modifed place is specified by \a placeId.
+ The particular modified place is specified by \a placeId.
This signal is only emitted by manager engines that support the QPlaceManager::NotificationsFeature.
*/
@@ -391,7 +391,7 @@ QPlaceManagerEnginePrivate::~QPlaceManagerEnginePrivate()
/*!
\fn void QPlaceManagerEngine::categoryRemoved(const QString &categoryId, const QString &parentId)
- This signal is emitted when the category correspoinding to \a categoryId has
+ This signal is emitted when the category corresponding to \a categoryId has
been removed from the manager engine's datastore. The parent of the removed category
is specified by \a parentId.