summaryrefslogtreecommitdiff
path: root/src/controls/StackView.qml
diff options
context:
space:
mode:
authorCaroline Chao <caroline.chao@digia.com>2013-06-20 13:47:31 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-06-24 07:59:25 +0200
commit22eeeb772747122960eea03e3010411db705b36f (patch)
tree9fad32682ff3f72df8b83160331d9583a3b54713 /src/controls/StackView.qml
parent4ef9a9c15dbdb8d9a9df49524bba0e56cbf7ba94 (diff)
downloadqtquickcontrols-22eeeb772747122960eea03e3010411db705b36f.tar.gz
Make the JS files available via the private module
Instead of importing them using relative path. Change-Id: Ibe2e23f3bafc522e2848d9d00d244d026eacd168 Reviewed-by: J-P Nurmi <jpnurmi@digia.com> Reviewed-by: Jens Bache-Wiig <jens.bache-wiig@digia.com>
Diffstat (limited to 'src/controls/StackView.qml')
-rw-r--r--src/controls/StackView.qml1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/controls/StackView.qml b/src/controls/StackView.qml
index 9559ea87..1f7eb1ab 100644
--- a/src/controls/StackView.qml
+++ b/src/controls/StackView.qml
@@ -41,7 +41,6 @@
import QtQuick 2.1
import QtQuick.Controls 1.0
import QtQuick.Controls.Private 1.0
-import "Private/StackView.js" as JSArray
/*!
\qmltype StackView