diff options
author | Aaron Kennedy <aaron.kennedy@nokia.com> | 2009-08-04 07:34:34 (GMT) |
---|---|---|
committer | Aaron Kennedy <aaron.kennedy@nokia.com> | 2009-08-04 07:34:34 (GMT) |
commit | 45c46cc786c3f63269ea80246082bc5d7d38e893 (patch) | |
tree | 9ff7b9b9f082487499e1454a41509618063613e7 /tests/auto/declarative/qmlparser/interfaceProperty.txt | |
parent | 826e1f392908b497fa254513b348614376b892a2 (diff) | |
parent | 93e65f89fa103aa8fb243ddd174657f7fa351644 (diff) | |
download | Qt-45c46cc786c3f63269ea80246082bc5d7d38e893.zip Qt-45c46cc786c3f63269ea80246082bc5d7d38e893.tar.gz Qt-45c46cc786c3f63269ea80246082bc5d7d38e893.tar.bz2 |
Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
Diffstat (limited to 'tests/auto/declarative/qmlparser/interfaceProperty.txt')
-rw-r--r-- | tests/auto/declarative/qmlparser/interfaceProperty.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/auto/declarative/qmlparser/interfaceProperty.txt b/tests/auto/declarative/qmlparser/interfaceProperty.txt index cbad7f1..c9a20fb 100644 --- a/tests/auto/declarative/qmlparser/interfaceProperty.txt +++ b/tests/auto/declarative/qmlparser/interfaceProperty.txt @@ -1,3 +1,5 @@ -MyQmlObject { +import Test 1.0 +import Qt 4.6 +Object { interface: MyQmlObject {} } |