From 727180c98472d94ec393e8fb15bb0938ddacb2a0 Mon Sep 17 00:00:00 2001 From: Geir Vattekar Date: Mon, 7 May 2012 13:06:02 +0200 Subject: Doc: Moving Qt Quick docs for new doc structure -moved documentation from doc/src/qtquick2 doc/src/localstorage doc/src/particles to src/quick/doc/ -fixed qdocconf file -fixed snippets, images, and other qdoc errors related to the new directories -fixed links in the main Qt Quick page Change-Id: Ie3408c2624f623c17de07e5635d5c7284d02b973 Reviewed-by: Alan Alpert --- 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 09057b3d4f..1985da8deb 100644 --- a/src/quick/items/qquickstateoperations.cpp +++ b/src/quick/items/qquickstateoperations.cpp @@ -165,7 +165,7 @@ void QQuickParentChangePrivate::doChange(QQuickItem *targetParent, QQuickItem *s When the \c blueRect is clicked, it changes to the "reparented" state: its parent is changed to \c redRect and it is positioned at (10, 10) within the red rectangle, as specified in the ParentChange. - \snippet doc/src/snippets/qml/parentchange.qml 0 + \snippet doc/snippets/qml/parentchange.qml 0 \image parentchange.png @@ -572,7 +572,7 @@ void QQuickParentChange::rewind() using AnchorChanges, and the top and bottom anchor margins using PropertyChanges: - \snippet doc/src/snippets/qml/anchorchanges.qml 0 + \snippet doc/snippets/qml/anchorchanges.qml 0 \image anchorchanges.png -- cgit v1.2.3