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/animation/doc/src/animation.qdoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'examples/quick/animation/doc') diff --git a/examples/quick/animation/doc/src/animation.qdoc b/examples/quick/animation/doc/src/animation.qdoc index 2b41fd71bc..993a4fb01b 100644 --- a/examples/quick/animation/doc/src/animation.qdoc +++ b/examples/quick/animation/doc/src/animation.qdoc @@ -33,7 +33,7 @@ \ingroup qtquickexamples This is a collection of small QML examples relating to animation. Each example is - a small QML file emphasizing a particular element or feature. + a small QML file emphasizing a particular type or feature. ColorAnimation demonstrates using a color animation to fade a sky from day to night. \snippet quick/animation/basics/color-animation.qml 0 @@ -59,7 +59,7 @@ States demonstrates how the properties of an item can vary between states. It defines several states: \snippet quick/animation/states/states.qml 0 - Note that there is also the implicit 'base state' from properties set directly on elements. + Note that there is also the implicit 'base state' from properties set directly on objects. Transitions takes the States example and animates the property changes by setting transitions: \snippet quick/animation/states/transitions.qml 0 -- cgit v1.2.3