diff options
Diffstat (limited to 'tests/auto/qml/qqmllanguage/data/nonexistantProperty.1.qml')
-rw-r--r-- | tests/auto/qml/qqmllanguage/data/nonexistantProperty.1.qml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/auto/qml/qqmllanguage/data/nonexistantProperty.1.qml b/tests/auto/qml/qqmllanguage/data/nonexistantProperty.1.qml new file mode 100644 index 0000000000..df7406ce98 --- /dev/null +++ b/tests/auto/qml/qqmllanguage/data/nonexistantProperty.1.qml @@ -0,0 +1,2 @@ +import Test 1.0 +MyQmlObject { something: 24 } |