Commit 4b4ddf24 authored by Jens Bache-Wiig's avatar Jens Bache-Wiig Committed by The Qt Project
Browse files

Fix some pagestack regressions


Change-Id: I8c393fdb3630dc252e41e61b5be198f36c6246ef
Reviewed-by: default avatarJens Bache-Wiig <jens.bache-wiig@digia.com>
parent 896d9bda
Branches
Tags
No related merge requests found
Showing with 2 additions and 2 deletions
...@@ -6,3 +6,4 @@ BasicButton 1.0 BasicButton.qml ...@@ -6,3 +6,4 @@ BasicButton 1.0 BasicButton.qml
ScrollBar 1.0 ScrollBar.qml ScrollBar 1.0 ScrollBar.qml
ScrollAreaHelper 1.0 ScrollAreaHelper.qml ScrollAreaHelper 1.0 ScrollAreaHelper.qml
TabBar 1.0 TabBar.qml TabBar 1.0 TabBar.qml
PageSlideTransition 1.0 PageSlideTransition.qml
...@@ -40,9 +40,8 @@ ...@@ -40,9 +40,8 @@
import QtQuick 2.0 import QtQuick 2.0
import QtDesktop 1.0 import QtDesktop 1.0
import QtDesktop.Private 1.0 import QtDesktop.Private 1.0
import QtDesktop.Private 1.0/PageStack.js" as JSArray import "Private/PageStack.js" as JSArray
/*! /*!
\qmlclass QtDesktop.PageStack \qmlclass QtDesktop.PageStack
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment