summaryrefslogtreecommitdiff
path: root/src/location/maps/qgeoroutingmanager.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/maps/qgeoroutingmanager.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/maps/qgeoroutingmanager.cpp')
-rw-r--r--src/location/maps/qgeoroutingmanager.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/location/maps/qgeoroutingmanager.cpp b/src/location/maps/qgeoroutingmanager.cpp
index 4e279f6a..0e6147a3 100644
--- a/src/location/maps/qgeoroutingmanager.cpp
+++ b/src/location/maps/qgeoroutingmanager.cpp
@@ -356,7 +356,7 @@ finished successfully.
This signal and QGeoRouteReply::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.
*/
@@ -371,7 +371,7 @@ not empty it will contain a textual description of the error.
This signal and QGeoRouteReply::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.
*/