From df52c3e6a1489e68805f6ea025dc952ca4e21714 Mon Sep 17 00:00:00 2001 From: Laszlo Agocs Date: Fri, 16 Jun 2017 11:32:51 +0200 Subject: Rename to vendorExtensionsEnable Fits existing Quick item naming patterns better. Change-Id: Id6d8f3653b33b1c1963bda4a2bcc212761e74caa Reviewed-by: Mitch Curtis --- tests/auto/quick/qquickshape/data/pathitem3.qml | 2 +- tests/auto/quick/qquickshape/data/pathitem4.qml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/auto/quick/qquickshape/data') 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 -- cgit v1.2.3