summaryrefslogtreecommitdiffstats
path: root/tests/manual/PageStack.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/manual/PageStack.qml')
-rw-r--r--tests/manual/PageStack.qml2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/manual/PageStack.qml b/tests/manual/PageStack.qml
index 4d96c03a3..9895f2e73 100644
--- a/tests/manual/PageStack.qml
+++ b/tests/manual/PageStack.qml
@@ -238,8 +238,6 @@ Window {
height: parent.height
Component.onDestruction: console.log("destroyed inline page: " + Stack.index)
- Stack.pageTransition: rotateTransition
-
Rectangle {
anchors.fill: parent
color: pageInline.Stack.index % 2 ? "green" : "yellow"