diff options
Diffstat (limited to 'tests/auto/declarative/qmllanguage/data/idProperty.qml')
-rw-r--r-- | tests/auto/declarative/qmllanguage/data/idProperty.qml | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/tests/auto/declarative/qmllanguage/data/idProperty.qml b/tests/auto/declarative/qmllanguage/data/idProperty.qml deleted file mode 100644 index 90c1483..0000000 --- a/tests/auto/declarative/qmllanguage/data/idProperty.qml +++ /dev/null @@ -1,8 +0,0 @@ -import Test 1.0 -MyContainer { - property var object : myObjectId - - MyTypeObject { - id: "myObjectId" - } -} |