summaryrefslogtreecommitdiffstats
path: root/src/imports/location/qdeclarativegeocodemodel.cpp
diff options
context:
space:
mode:
authorAaron McCarthy <aaron.mccarthy@nokia.com>2012-06-21 12:37:10 +1000
committerQt by Nokia <qt-info@nokia.com>2012-06-22 04:41:09 +0200
commit5f08b680a512a3a54ef5c9a49f7c39eab25d17c8 (patch)
tree15f3e0fe5e51bb1b0124a546dc95ee9e2b443dab /src/imports/location/qdeclarativegeocodemodel.cpp
parentf7745328cccad0141ca3f43009ccd26c7d4af5ff (diff)
Documentation fixes.
This commit fixes the following qdoc errors: - Linking to examles. - execute() -> update() function renaming (broken links). - supportedPlacesFeatures() -> supportsPlaces(). - Broken link to jsondb plugin. - Move log file position source doc into the example. - Various broken links. Change-Id: If45a9a2bfde8c8ef504df3568ec839f0532a28fd Reviewed-by: abcd <amos.choy@nokia.com> Reviewed-by: Aaron McCarthy <aaron.mccarthy@nokia.com>
Diffstat (limited to 'src/imports/location/qdeclarativegeocodemodel.cpp')
-rw-r--r--src/imports/location/qdeclarativegeocodemodel.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/imports/location/qdeclarativegeocodemodel.cpp b/src/imports/location/qdeclarativegeocodemodel.cpp
index 6345c0f6..1c9693b9 100644
--- a/src/imports/location/qdeclarativegeocodemodel.cpp
+++ b/src/imports/location/qdeclarativegeocodemodel.cpp
@@ -534,12 +534,12 @@ QDeclarativeGeoLocation *QDeclarativeGeocodeModel::get(int index)
/*!
\qmlproperty int QtLocation5::GeocodeModel::limit
- This property holds the maximum number of results. The \l limit and \l offset values are only
+ This property holds the maximum number of results. The limit and \l offset values are only
applicable with free string geocoding (that is they are not considered when using addresses
or coordinates in the search query).
- If limit is -1 the entire result set will be returned, otherwise at most limit results will be returned.
- The limit and \l offset results can be used together to implement paging.
+ If limit is -1 the entire result set will be returned, otherwise at most limit results will be
+ returned. The limit and \l offset results can be used together to implement paging.
*/
int QDeclarativeGeocodeModel::limit() const
@@ -561,8 +561,8 @@ void QDeclarativeGeocodeModel::setLimit(int limit)
/*!
\qmlproperty int QtLocation5::GeocodeModel::offset
- This property tells not to return the first 'offset' number of the results. The \l limit
- and \l offset values are only applicable with free string geocoding (that is they are not considered
+ This property tells not to return the first 'offset' number of the results. The \l limit and
+ offset values are only applicable with free string geocoding (that is they are not considered
when using addresses or coordinates in the search query).
The \l limit and offset results can be used together to implement paging.