diff options
author | Alan Alpert <alan.alpert@nokia.com> | 2009-11-05 04:47:57 (GMT) |
---|---|---|
committer | Alan Alpert <alan.alpert@nokia.com> | 2009-11-05 04:47:57 (GMT) |
commit | f6caaf073408da5c85329fb4849e23f97621ea85 (patch) | |
tree | 8a460398e00eda896d4eabc34c40bb1e65f4ce95 /tests/auto/declarative/qmllanguage/data/component.1.qml | |
parent | 0ef5d89b540be963d1a8131f6625f990a4fe66e8 (diff) | |
parent | d39ec85b7e5d8702c2888cdad4ccdae72531c199 (diff) | |
download | Qt-f6caaf073408da5c85329fb4849e23f97621ea85.zip Qt-f6caaf073408da5c85329fb4849e23f97621ea85.tar.gz Qt-f6caaf073408da5c85329fb4849e23f97621ea85.tar.bz2 |
Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
Diffstat (limited to 'tests/auto/declarative/qmllanguage/data/component.1.qml')
-rw-r--r-- | tests/auto/declarative/qmllanguage/data/component.1.qml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/auto/declarative/qmllanguage/data/component.1.qml b/tests/auto/declarative/qmllanguage/data/component.1.qml new file mode 100644 index 0000000..07e463a --- /dev/null +++ b/tests/auto/declarative/qmllanguage/data/component.1.qml @@ -0,0 +1,4 @@ +import Qt 4.6 + +Component { +} |