summaryrefslogtreecommitdiffstats
path: root/src/imports/location/qdeclarativegeocodemodel.cpp
diff options
context:
space:
mode:
authorPeter Yard <peter.yard@nokia.com>2012-03-14 11:27:00 +1000
committerQt by Nokia <qt-info@nokia.com>2012-03-15 12:38:17 +0100
commitb827cee44697b3766543870be7c5bcbb89f0c692 (patch)
tree45e7a5c49de5e41977bd6494ba68bb9529e28f7d /src/imports/location/qdeclarativegeocodemodel.cpp
parentb36948312d237924f268f5c1308abea3911e0d92 (diff)
Docs: Bug-6677 fix for items 001-003.
Change-Id: I8da3e2e445782eccec379a54823d39df7ed8d9f8 Reviewed-by: Alex <alex.blasche@nokia.com>
Diffstat (limited to 'src/imports/location/qdeclarativegeocodemodel.cpp')
-rw-r--r--src/imports/location/qdeclarativegeocodemodel.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/imports/location/qdeclarativegeocodemodel.cpp b/src/imports/location/qdeclarativegeocodemodel.cpp
index 4f292262..56fe7bd2 100644
--- a/src/imports/location/qdeclarativegeocodemodel.cpp
+++ b/src/imports/location/qdeclarativegeocodemodel.cpp
@@ -500,7 +500,7 @@ 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 only
- applicable with free string geocoding (i.e. they are not considered when using addresses
+ 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.
@@ -527,7 +527,7 @@ 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 (i.e. they are not considered
+ 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).
The \l limit and offset results can be used together to implement paging.