summaryrefslogtreecommitdiff
path: root/src/controls/qmldir
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/qmldir
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/qmldir')
-rw-r--r--src/controls/qmldir2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/controls/qmldir b/src/controls/qmldir
index be9fff4f..2cd2db5a 100644
--- a/src/controls/qmldir
+++ b/src/controls/qmldir
@@ -10,13 +10,13 @@ MenuBar 1.0 MenuBar.qml
Menu 1.0 Menu.qml
PageAnimation 1.0 PageAnimation.qml
PageStack 1.0 PageStack.qml
-PageTransition 1.0 PageTransition.qml
ProgressBar 1.0 ProgressBar.qml
RadioButton 1.0 RadioButton.qml
ScrollView 1.0 ScrollView.qml
Slider 1.0 Slider.qml
SpinBox 1.0 SpinBox.qml
SplitView 1.0 SplitView.qml
+StackViewDelegate 1.0 StackViewDelegate.qml
StatusBar 1.0 StatusBar.qml
Tab 1.0 Tab.qml
TabView 1.0 TabView.qml