summaryrefslogtreecommitdiff
path: root/src/controls/qmldir
diff options
context:
space:
mode:
authorRichard Moe Gustavsen <richard.gustavsen@digia.com>2013-03-25 10:57:59 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-03-28 09:35:31 +0100
commit31970f7f988264ddcba07a15b620ea34f9a6b2c0 (patch)
tree0b0f3c9dfd76ae9af072863ef53cd9f35fabdd83 /src/controls/qmldir
parent7e2ec122bd44aa6a50c310392edb8d2f22d6e12c (diff)
downloadqtquickcontrols-31970f7f988264ddcba07a15b620ea34f9a6b2c0.tar.gz
PageStack: rename PageAnimation to StackViewTransition
Change-Id: I38698118b469bfbb64d16d562a4c67f5b27a761a 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 2cd2db5a..04c17f56 100644
--- a/src/controls/qmldir
+++ b/src/controls/qmldir
@@ -8,7 +8,6 @@ GroupBox 1.0 GroupBox.qml
Label 1.0 Label.qml
MenuBar 1.0 MenuBar.qml
Menu 1.0 Menu.qml
-PageAnimation 1.0 PageAnimation.qml
PageStack 1.0 PageStack.qml
ProgressBar 1.0 ProgressBar.qml
RadioButton 1.0 RadioButton.qml
@@ -17,6 +16,7 @@ Slider 1.0 Slider.qml
SpinBox 1.0 SpinBox.qml
SplitView 1.0 SplitView.qml
StackViewDelegate 1.0 StackViewDelegate.qml
+StackViewTransition 1.0 StackViewTransition.qml
StatusBar 1.0 StatusBar.qml
Tab 1.0 Tab.qml
TabView 1.0 TabView.qml