diff options
Diffstat (limited to 'tests/auto/declarative/qmlparser/propertyValueSource.txt')
-rw-r--r-- | tests/auto/declarative/qmlparser/propertyValueSource.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/declarative/qmlparser/propertyValueSource.txt b/tests/auto/declarative/qmlparser/propertyValueSource.txt index 780f527..ad71fcf 100644 --- a/tests/auto/declarative/qmlparser/propertyValueSource.txt +++ b/tests/auto/declarative/qmlparser/propertyValueSource.txt @@ -1,3 +1,4 @@ +import Test 1.0 MyTypeObject { intProperty : MyPropertyValueSource {} } |