summaryrefslogtreecommitdiffstats
path: root/src/location/maps/qgeocodingmanagerengine.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/qgeocodingmanagerengine.cpp
parent993185661cf1e1a012a41382fdbfa76ee2edf16a (diff)
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/qgeocodingmanagerengine.cpp')
-rw-r--r--src/location/maps/qgeocodingmanagerengine.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/location/maps/qgeocodingmanagerengine.cpp b/src/location/maps/qgeocodingmanagerengine.cpp
index 471f971b..eef080cb 100644
--- a/src/location/maps/qgeocodingmanagerengine.cpp
+++ b/src/location/maps/qgeocodingmanagerengine.cpp
@@ -63,12 +63,12 @@ QT_BEGIN_NAMESPACE
If the service provider supports geocoding the subclass should provide an
implementation of geocode() and call setSupportsGeocoding(true) at
- some point in time before geoocode() is called.
+ some point in time before geocode() is called.
Similarly, if the service provider supports reverse geocoding the subclass
should provide an implementation reverseGeocode() and call
setSupportsReverseGeocoding(true) at some point in time before
- reverseGeoocode() is called.
+ reverseGeocode() is called.
A subclass of QGeocodingManagerEngine will often make use of a subclass
fo QGeocodeReply internally, in order to add any engine-specific
@@ -304,7 +304,7 @@ QLocale QGeocodingManagerEngine::locale() const
This signal and QGeocodeReply::finished() will be emitted at the same
time.
- \note Do no delete the \a reply object in the slot connected to this
+ \note Do not delete the \a reply object in the slot connected to this
signal. Use deleteLater() instead.
*/
@@ -319,7 +319,7 @@ QLocale QGeocodingManagerEngine::locale() const
This signal and QGeocodeReply::error() will be emitted at the same time.
- \note Do no delete the \a reply object in the slot connected to this
+ \note Do not delete the \a reply object in the slot connected to this
signal. Use deleteLater() instead.
*/