summaryrefslogtreecommitdiff
path: root/src/location/places/qplacemanager.cpp
diff options
context:
space:
mode:
authorPeter Yard <peter.yard@nokia.com>2012-05-04 16:13:32 +1000
committerQt by Nokia <qt-info@nokia.com>2012-05-21 05:24:11 +0200
commitca95ef85d97bf3aab93a0f16e5d4cb8abe9ffbc5 (patch)
treed732f6e5d9d64af4f962a965934419a4c586645c /src/location/places/qplacemanager.cpp
parent993185661cf1e1a012a41382fdbfa76ee2edf16a (diff)
downloadqtlocation-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/places/qplacemanager.cpp')
-rw-r--r--src/location/places/qplacemanager.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/location/places/qplacemanager.cpp b/src/location/places/qplacemanager.cpp
index 0cd9aee7..dc0afed4 100644
--- a/src/location/places/qplacemanager.cpp
+++ b/src/location/places/qplacemanager.cpp
@@ -425,7 +425,7 @@ QPlaceMatchReply *QPlaceManager::matchingPlaces(const QPlaceMatchRequest &reques
This signal and QPlaceReply::finished() will be emitted at the same time.
- \note Do no delete the \a reply object in the slot connected to this signal.
+ \note Do not delete the \a reply object in the slot connected to this signal.
Use deleteLater() instead.
*/
@@ -441,7 +441,7 @@ QPlaceMatchReply *QPlaceManager::matchingPlaces(const QPlaceMatchRequest &reques
This signal and QPlaceReply::error() will be emitted at the same time.
- \note Do no delete the \a reply object in the slot connected to this signal.
+ \note Do not delete the \a reply object in the slot connected to this signal.
Use deleteLater() instead.
*/