summaryrefslogtreecommitdiffstats
path: root/src/imports/location/qdeclarativegeocodemodel.cpp
diff options
context:
space:
mode:
authorIan Chen <ian.1.chen@nokia.com>2012-03-27 12:02:57 +1000
committerQt by Nokia <qt-info@nokia.com>2012-03-27 05:40:35 +0200
commit32712d70bbab3b703f614ca5b77e5d3b0cf3f74c (patch)
treeeaaec70d6d8741eb10707d709beec5c893f32dfa /src/imports/location/qdeclarativegeocodemodel.cpp
parent712b8a611089c6436747f966cb813160d78da605 (diff)
More qtlocation qml documentation fixesqt-v5.0.0-alpha1
MapRectangle: - Added more details to the detailed description section MapPolygon, MapPolyline: - Added description of 'opacity' property MapMouseArea: - Minor grammatical correction, involved -> involve - Added full stop to bullet points in limitations section MapMouseEvent: - Rephrased description of 'accepted' property GeocodeModel: - Added missing fullstop in 'count' property description - Minor grammatical correction to 'limit', 'plugin', and 'query' property descriptions Change-Id: I0a2b8cd570ff1ff082239ed2732fabad1f4e4b85 Reviewed-by: Alex Wilson <alex.wilson@nokia.com>
Diffstat (limited to 'src/imports/location/qdeclarativegeocodemodel.cpp')
-rw-r--r--src/imports/location/qdeclarativegeocodemodel.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/imports/location/qdeclarativegeocodemodel.cpp b/src/imports/location/qdeclarativegeocodemodel.cpp
index 56fe7bd2..5fac7d6c 100644
--- a/src/imports/location/qdeclarativegeocodemodel.cpp
+++ b/src/imports/location/qdeclarativegeocodemodel.cpp
@@ -294,7 +294,7 @@ void QDeclarativeGeocodeModel::pluginReady()
/*!
\qmlproperty Plugin QtLocation5::GeocodeModel::plugin
- This property holds the plugin that providers the actual geocoding service.
+ This property holds the plugin that provides the actual geocoding service.
Note that all plugins do not necessarily provide geocoding (could e.g. provide
only routing or maps).
@@ -467,7 +467,7 @@ void QDeclarativeGeocodeModel::setLocations(const QList<QGeoLocation> &locations
/*!
\qmlproperty int QtLocation5::GeocodeModel::count
- This property holds how many locations the model currently has
+ This property holds how many locations the model currently has.
Amongst other uses, you can use this value when accessing locations
via the QtLocation5::GeocodeModel::get -method.
*/
@@ -499,7 +499,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
+ This property holds the maximum number of results. The \l 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).
@@ -585,7 +585,7 @@ void QDeclarativeGeocodeModel::reset()
\qmlproperty QVariant QtLocation5::GeocodeModel::query
This property holds the data of the geocoding request.
- The property accepts three types of queries, which determines both the data and
+ The property accepts three types of queries which determine both the data and
the type of action to be performed:
\list