From faf4c8631683a201e8e418993f8cb30f818b72a4 Mon Sep 17 00:00:00 2001 From: Topi Reinio Date: Wed, 21 Oct 2015 12:17:54 +0200 Subject: Revert "Doc: corrected not working snippet" This reverts commit f8bde8841631c6e4fa64a56f77522567455f8709, and fixes the original problem of a snippet not being found by using a relative path for the \snippet command. Change-Id: Ie932beea1ba07cf5b298528ba61b5a45b84cb19b Reviewed-by: Martin Smith --- src/quick/util/qquicktransition.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/quick/util/qquicktransition.cpp') diff --git a/src/quick/util/qquicktransition.cpp b/src/quick/util/qquicktransition.cpp index 2285066544..2eaf8261af 100644 --- a/src/quick/util/qquicktransition.cpp +++ b/src/quick/util/qquicktransition.cpp @@ -432,7 +432,7 @@ bool QQuickTransition::running() const This property holds a list of the animations to be run for this transition. - \snippet dynamicscene/dynamicscene.qml top-level transitions + \snippet ../qml/dynamicscene/dynamicscene.qml top-level transitions The top-level animations are run in parallel. To run them sequentially, define them within a SequentialAnimation: -- cgit v1.2.3