summaryrefslogtreecommitdiffstats
path: root/src/imports/location/qdeclarativegeocodemodel.cpp
diff options
context:
space:
mode:
authorPeter Yard <peter.yard@nokia.com>2012-08-15 10:16:55 +1000
committerQt by Nokia <qt-info@nokia.com>2012-08-22 02:18:08 +0200
commitb8e54fcbd77c13d6db2641dd468f4fa34ed17df0 (patch)
treec4bbe87964e50de925edf41f8acb8f824b58d628 /src/imports/location/qdeclarativegeocodemodel.cpp
parent5d046633e192362f7a45c7f07e815dbe148c70b2 (diff)
Docs: change inappropriate references to 'element'.
'element' is no longer a correct term for Qt Quick/QML types. Sometimes the term was used instead of 'type' and other times when 'object' would be better. Conflicts: doc/src/places.qdoc Change-Id: I299e96fe628b43abeb3079c5d0dea483c02f7ee3 Reviewed-by: Peter Yard <peter.yard@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 9ebc3a83..524e517d 100644
--- a/src/imports/location/qdeclarativegeocodemodel.cpp
+++ b/src/imports/location/qdeclarativegeocodemodel.cpp
@@ -57,10 +57,10 @@ QT_BEGIN_NAMESPACE
\ingroup qml-QtLocation5-geocoding
\since Qt Location 5.0
- \brief The GeocodeModel element provides support for searching operations
+ \brief The GeocodeModel type provides support for searching operations
related to geographic information.
- The GeocodeModel element is used as part of a model/view grouping to
+ The GeocodeModel type is used as part of a model/view grouping to
match addresses or search strings with geographic locations. How the
geographic locations generated are used or displayed is decided by any
Views attached to the GeocodeModel (for example a \l MapItemView or \l{ListView}).