summaryrefslogtreecommitdiff
path: root/src/controls/controls.pro
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 /src/controls/controls.pro
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 'src/controls/controls.pro')
-rw-r--r--src/controls/controls.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/controls/controls.pro b/src/controls/controls.pro
index 51716652..3e1b70ce 100644
--- a/src/controls/controls.pro
+++ b/src/controls/controls.pro
@@ -16,13 +16,13 @@ QML_FILES = \
Menu.qml \
PageAnimation.qml \
PageStack.qml \
- PageTransition.qml \
ProgressBar.qml \
RadioButton.qml \
ScrollView.qml \
Slider.qml \
SpinBox.qml \
SplitView.qml \
+ StackViewDelegate.qml \
StatusBar.qml \
Tab.qml \
TabView.qml \