diff options
Diffstat (limited to 'tests/auto/declarative/qmlparser/nullDotProperty.txt')
-rw-r--r-- | tests/auto/declarative/qmlparser/nullDotProperty.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/declarative/qmlparser/nullDotProperty.txt b/tests/auto/declarative/qmlparser/nullDotProperty.txt index 5c60c5b..4e36779 100644 --- a/tests/auto/declarative/qmlparser/nullDotProperty.txt +++ b/tests/auto/declarative/qmlparser/nullDotProperty.txt @@ -1,3 +1,4 @@ +import Test 1.0 MyDotPropertyObject { obj.value: 1 } |