summaryrefslogtreecommitdiff
path: root/doc/src/examples/declarative-flickr.qdoc
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 /doc/src/examples/declarative-flickr.qdoc
parent5d046633e192362f7a45c7f07e815dbe148c70b2 (diff)
downloadqtlocation-b8e54fcbd77c13d6db2641dd468f4fa34ed17df0.tar.gz
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 'doc/src/examples/declarative-flickr.qdoc')
-rw-r--r--doc/src/examples/declarative-flickr.qdoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/examples/declarative-flickr.qdoc b/doc/src/examples/declarative-flickr.qdoc
index f10f47c1..29739c70 100644
--- a/doc/src/examples/declarative-flickr.qdoc
+++ b/doc/src/examples/declarative-flickr.qdoc
@@ -37,7 +37,7 @@
Qt Location API: the ability to retrieve and use the user's current
geographic location.
- Key QML elements shown in this example:
+ Key QML types shown in this example:
\list
\li \l{QtLocation5::PositionSource}{PositionSource}
\li \l{XmlListModel}{XmlListModel}
@@ -48,7 +48,7 @@
\section2 Retrieving the Current Location
Retrieving the user's current location is achieved using the PositionSource
- element. In this example, we instantiate the PositionSource as part of the
+ type. In this example, we instantiate the PositionSource as part of the
GeoTab component (the floating "window" describing current location and
status).