diff options
Diffstat (limited to 'tests/auto/declarative/qmllanguage/data/property.5.qml')
-rw-r--r-- | tests/auto/declarative/qmllanguage/data/property.5.qml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/auto/declarative/qmllanguage/data/property.5.qml b/tests/auto/declarative/qmllanguage/data/property.5.qml deleted file mode 100644 index 65fafbb..0000000 --- a/tests/auto/declarative/qmllanguage/data/property.5.qml +++ /dev/null @@ -1,6 +0,0 @@ -import Qt 4.6 - -QtObject { - readonly property int a: value -} - |