From 5e022a65531b92d4d2f4cf9a0dd6b843aadf3797 Mon Sep 17 00:00:00 2001 From: Jens Bache-Wiig Date: Tue, 7 Jan 2014 15:40:34 +0100 Subject: Fix StackView documentation The extra "property Component" breaks the examples. Task-number: QTBUG-35864 Change-Id: I1317f9a2ce42f4d9e4a03ecc3b85286b1eb3e855 Reviewed-by: Richard Moe Gustavsen Reviewed-by: Jens Bache-Wiig --- src/controls/StackView.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/controls/StackView.qml b/src/controls/StackView.qml index 18f77d2e..d8089174 100644 --- a/src/controls/StackView.qml +++ b/src/controls/StackView.qml @@ -290,7 +290,7 @@ import QtQuick.Controls.Private 1.0 properties.exitItem.opacity = 1 } - property Component pushTransition: StackViewTransition { + pushTransition: StackViewTransition { PropertyAnimation { target: enterItem property: "opacity" @@ -328,7 +328,7 @@ import QtQuick.Controls.Private 1.0 properties.exitItem.rotation = 0 } - property Component pushTransition: StackViewTransition { + pushTransition: StackViewTransition { SequentialAnimation { ScriptAction { script: enterItem.rotation = 90 -- cgit v1.2.3