summaryrefslogtreecommitdiff
path: root/tests/manual
diff options
context:
space:
mode:
authorRichard Moe Gustavsen <richard.gustavsen@digia.com>2013-03-25 10:36:35 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-03-28 09:35:31 +0100
commit7e2ec122bd44aa6a50c310392edb8d2f22d6e12c (patch)
treea77a5a17250dcba37c7fed4b2db54e21473b732a /tests/manual
parentd9968ae805df9296546b1a1695e4864b43382301 (diff)
downloadqtquickcontrols-7e2ec122bd44aa6a50c310392edb8d2f22d6e12c.tar.gz
PageStack: rename PageTransition to StackViewDelegate
A 'PageTransition' is more a 'delegate' that is asked when the PageStack needs to create a new transition. So it feels more correct to name it this way. Change-Id: I1359592690d76b59f2d76baaf83455ae634fa4cc Reviewed-by: Jens Bache-Wiig <jens.bache-wiig@digia.com>
Diffstat (limited to 'tests/manual')
-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 4d96c03a..9895f2e7 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"