diff options
Diffstat (limited to 'tests/auto/declarative/qdeclarativelanguage/data/NestedComponentRoot.qml')
-rw-r--r-- | tests/auto/declarative/qdeclarativelanguage/data/NestedComponentRoot.qml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/auto/declarative/qdeclarativelanguage/data/NestedComponentRoot.qml b/tests/auto/declarative/qdeclarativelanguage/data/NestedComponentRoot.qml new file mode 100644 index 0000000..785a27d --- /dev/null +++ b/tests/auto/declarative/qdeclarativelanguage/data/NestedComponentRoot.qml @@ -0,0 +1,6 @@ +import QtQuick 1.0 + +Component { + Item { + } +} |