aboutsummaryrefslogtreecommitdiffstats
path: root/tests/QtDeclarative
diff options
context:
space:
mode:
authorMarcelo Lira <marcelo.lira@openbossa.org>2010-12-17 11:39:03 -0300
committerHugo Parente Lima <hugo.pl@gmail.com>2012-03-08 16:47:59 -0300
commit7f42b68c29bc4e22add7d9bb1f7fbf98c99c88c0 (patch)
treef59c493c5e3b1d09632c8abe1e37116dcb370315 /tests/QtDeclarative
parent937b2cfc6d39b8fc915faec644b4c578ce3fadc5 (diff)
Fixed QML type registering test.
Reviewed by Hugo Parente <hugo.lima@openbossa.org> Reviewed by Lauro Moura <lauro.neto@openbossa.org>
Diffstat (limited to 'tests/QtDeclarative')
-rw-r--r--tests/QtDeclarative/registertype.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/QtDeclarative/registertype.qml b/tests/QtDeclarative/registertype.qml
index fce15da80..781562363 100644
--- a/tests/QtDeclarative/registertype.qml
+++ b/tests/QtDeclarative/registertype.qml
@@ -1,5 +1,5 @@
+import Qt 4.7
import Charts 1.0
-import QtQuick 1.0
Item {
width: 300; height: 200