diff options
Diffstat (limited to 'tests/auto/declarative/qmllanguage/data/i18nDeclaredPropertyNames.qml')
-rw-r--r-- | tests/auto/declarative/qmllanguage/data/i18nDeclaredPropertyNames.qml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/auto/declarative/qmllanguage/data/i18nDeclaredPropertyNames.qml b/tests/auto/declarative/qmllanguage/data/i18nDeclaredPropertyNames.qml deleted file mode 100644 index 558c836..0000000 --- a/tests/auto/declarative/qmllanguage/data/i18nDeclaredPropertyNames.qml +++ /dev/null @@ -1,6 +0,0 @@ -import Test 1.0 - -MyTypeObject { - property int áâãäå: 10 - stringProperty: "Test áâãäå: " + áâãäå -} |