summaryrefslogtreecommitdiff
path: root/src/controls/controls.pro
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/controls.pro
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/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 3e1b70ce..d395afa3 100644
--- a/src/controls/controls.pro
+++ b/src/controls/controls.pro
@@ -14,7 +14,6 @@ QML_FILES = \
Label.qml \
MenuBar.qml \
Menu.qml \
- PageAnimation.qml \
PageStack.qml \
ProgressBar.qml \
RadioButton.qml \
@@ -23,6 +22,7 @@ QML_FILES = \
SpinBox.qml \
SplitView.qml \
StackViewDelegate.qml \
+ StackViewTransition.qml \
StatusBar.qml \
Tab.qml \
TabView.qml \