diff options
Diffstat (limited to 'tests/auto/declarative/qmllanguage/data/nullDotProperty.qml')
-rw-r--r-- | tests/auto/declarative/qmllanguage/data/nullDotProperty.qml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/auto/declarative/qmllanguage/data/nullDotProperty.qml b/tests/auto/declarative/qmllanguage/data/nullDotProperty.qml new file mode 100644 index 0000000..4e36779 --- /dev/null +++ b/tests/auto/declarative/qmllanguage/data/nullDotProperty.qml @@ -0,0 +1,4 @@ +import Test 1.0 +MyDotPropertyObject { + obj.value: 1 +} |