aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmllanguage/data/unsupportedProperty.qml
diff options
context:
space:
mode:
authorJarek Kobus <jaroslaw.kobus@qt.io>2020-01-10 11:35:17 +0100
committerJarek Kobus <jaroslaw.kobus@qt.io>2020-01-17 11:35:38 +0100
commite5f7c5f2712957d0e1753c629e4cce86a0e6bdbc (patch)
treebcf701df26f9546035d8492ed8cd2938f2ee8093 /tests/auto/qml/qqmllanguage/data/unsupportedProperty.qml
parentc6899f16389458766904d8d913054f09076e06dd (diff)
Don't use deprecated QMatrix class anymore
Task-number: QTBUG-46653 Change-Id: I3570c84014788b7b66d9cb54b77f9964ae15af6d Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io>
Diffstat (limited to 'tests/auto/qml/qqmllanguage/data/unsupportedProperty.qml')
-rw-r--r--tests/auto/qml/qqmllanguage/data/unsupportedProperty.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/qml/qqmllanguage/data/unsupportedProperty.qml b/tests/auto/qml/qqmllanguage/data/unsupportedProperty.qml
index 9f19680368..ec8171dd2c 100644
--- a/tests/auto/qml/qqmllanguage/data/unsupportedProperty.qml
+++ b/tests/auto/qml/qqmllanguage/data/unsupportedProperty.qml
@@ -1,4 +1,4 @@
import Test 1.0
MyQmlObject {
- matrix: "1,0,0,0,1,0,0,0,1"
+ transform: "1,0,0,0,1,0,0,0,1"
}