From 6112c0f57177ee813271da54200a2d9f3ef20238 Mon Sep 17 00:00:00 2001 From: Nico Vertriest Date: Fri, 18 May 2012 15:19:55 +0200 Subject: Doc: Sanitized QML types -modified \brief -checked QML modules -added qml directory to the qdocconf file -added particles directory to the qdocconf file Change-Id: I589e32d3106cda37c7fa4d55a941afd9876fc2b2 Reviewed-by: Geir Vattekar --- src/quick/items/qquickstateoperations.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/quick/items/qquickstateoperations.cpp') diff --git a/src/quick/items/qquickstateoperations.cpp b/src/quick/items/qquickstateoperations.cpp index 1985da8deb..b6b055c359 100644 --- a/src/quick/items/qquickstateoperations.cpp +++ b/src/quick/items/qquickstateoperations.cpp @@ -150,7 +150,7 @@ void QQuickParentChangePrivate::doChange(QQuickItem *targetParent, QQuickItem *s \qmlclass ParentChange QQuickParentChange \inqmlmodule QtQuick 2 \ingroup qml-state-elements - \brief The ParentChange element allows you to reparent an Item in a state change. + \brief Specifies how to reparent an Item in a state change ParentChange reparents an item while preserving its visual appearance (position, size, rotation, and scale) on screen. You can then specify a transition to move/resize/rotate/scale @@ -561,7 +561,7 @@ void QQuickParentChange::rewind() \qmlclass AnchorChanges QQuickAnchorChanges \inqmlmodule QtQuick 2 \ingroup qml-state-elements - \brief The AnchorChanges element allows you to change the anchors of an item in a state. + \brief Specifies how to change the anchors of an item in a state The AnchorChanges element is used to modify the anchors of an item in a \l State. -- cgit v1.2.3