summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qmlparser/MyContainerComponent.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/declarative/qmlparser/MyContainerComponent.qml')
-rw-r--r--tests/auto/declarative/qmlparser/MyContainerComponent.qml3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/auto/declarative/qmlparser/MyContainerComponent.qml b/tests/auto/declarative/qmlparser/MyContainerComponent.qml
new file mode 100644
index 0000000..5746928
--- /dev/null
+++ b/tests/auto/declarative/qmlparser/MyContainerComponent.qml
@@ -0,0 +1,3 @@
+MyContainer {
+ property int x
+}