From 363385a549f33b2b0a34ac9cc8149376f456655c Mon Sep 17 00:00:00 2001 From: Jerome Pasion Date: Mon, 25 Mar 2013 12:37:22 +0100 Subject: Doc: Fixed some uses of terminolgies in qdoc files. -"element" -> "type" or "object" (not in all cases where this change applies) -some instances of QtQuick. It should be "Qt Quick". -only in qdoc files. Examples and source code changes will be done later. Task-number: QTBUG-30180 Change-Id: Ie587461a138e97606f761ad1e90909c91b479303 Reviewed-by: Alan Alpert Reviewed-by: Martin Smith --- examples/quick/positioners/doc/src/positioners.qdoc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'examples/quick/positioners') diff --git a/examples/quick/positioners/doc/src/positioners.qdoc b/examples/quick/positioners/doc/src/positioners.qdoc index 8dd7de193c..d61dc81b30 100644 --- a/examples/quick/positioners/doc/src/positioners.qdoc +++ b/examples/quick/positioners/doc/src/positioners.qdoc @@ -32,7 +32,7 @@ \ingroup qtquickexamples This is a collection of small QML examples relating to positioners. Each example is - a small QML file emphasizing a particular element or feature. + a small QML file emphasizing a particular type or feature. Transitions shows animated transitions when showing or hiding items in a positioner. It consists of a scene populated with items in a variety of positioners: Column, Row, Grid and Flow. @@ -50,4 +50,3 @@ Attached Properties shows how the Positioner attached property can be used to determine where an item is within a positioner. \snippet quick/positioners/positioners-attachedproperties.qml 0 */ - -- cgit v1.2.3