aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/qquickshape/data
diff options
context:
space:
mode:
authorLaszlo Agocs <laszlo.agocs@qt.io>2017-06-16 11:32:51 +0200
committerLaszlo Agocs <laszlo.agocs@qt.io>2017-06-19 14:13:31 +0000
commitdf52c3e6a1489e68805f6ea025dc952ca4e21714 (patch)
treea6464d12a53f654e9bd2ff73b09a27761ddbe440 /tests/auto/quick/qquickshape/data
parent123f698c5bbf23ad816bf2274620ab4f0a82ed2f (diff)
Rename to vendorExtensionsEnable
Fits existing Quick item naming patterns better. Change-Id: Id6d8f3653b33b1c1963bda4a2bcc212761e74caa Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
Diffstat (limited to 'tests/auto/quick/qquickshape/data')
-rw-r--r--tests/auto/quick/qquickshape/data/pathitem3.qml2
-rw-r--r--tests/auto/quick/qquickshape/data/pathitem4.qml2
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/auto/quick/qquickshape/data/pathitem3.qml b/tests/auto/quick/qquickshape/data/pathitem3.qml
index fccd1aa2de..8328f2fc33 100644
--- a/tests/auto/quick/qquickshape/data/pathitem3.qml
+++ b/tests/auto/quick/qquickshape/data/pathitem3.qml
@@ -6,7 +6,7 @@ Item {
height: 150
Shape {
- enableVendorExtensions: false
+ vendorExtensionsEnabled: false
objectName: "pathItem"
anchors.fill: parent
diff --git a/tests/auto/quick/qquickshape/data/pathitem4.qml b/tests/auto/quick/qquickshape/data/pathitem4.qml
index 1d769051ee..635113416f 100644
--- a/tests/auto/quick/qquickshape/data/pathitem4.qml
+++ b/tests/auto/quick/qquickshape/data/pathitem4.qml
@@ -6,7 +6,7 @@ Item {
height: 150
Shape {
- enableVendorExtensions: false
+ vendorExtensionsEnabled: false
objectName: "pathItem"
anchors.fill: parent