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/qgeocodereply.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/qgeocodereply.cpp')
-rw-r--r-- | src/location/maps/qgeocodereply.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/location/maps/qgeocodereply.cpp b/src/location/maps/qgeocodereply.cpp index 9fa6dfea..f8b1fb23 100644 --- a/src/location/maps/qgeocodereply.cpp +++ b/src/location/maps/qgeocodereply.cpp @@ -292,7 +292,7 @@ void QGeocodeReply::setOffset(int offset) This signal and QGeocodingManager::finished() will be emitted at the same time. - \note Do no delete this reply object in the slot connected to this + \note Do not delete this reply object in the slot connected to this signal. Use deleteLater() instead. */ /*! @@ -306,7 +306,7 @@ void QGeocodeReply::setOffset(int offset) This signal and QGeocodingManager::error() will be emitted at the same time. - \note Do no delete this reply object in the slot connected to this + \note Do not delete this reply object in the slot connected to this signal. Use deleteLater() instead. */ |