aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/qquickshape/data/pathitem4.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/quick/qquickshape/data/pathitem4.qml')
-rw-r--r--tests/auto/quick/qquickshape/data/pathitem4.qml6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/auto/quick/qquickshape/data/pathitem4.qml b/tests/auto/quick/qquickshape/data/pathitem4.qml
index 26e7084b8d..1d769051ee 100644
--- a/tests/auto/quick/qquickshape/data/pathitem4.qml
+++ b/tests/auto/quick/qquickshape/data/pathitem4.qml
@@ -28,10 +28,10 @@ Item {
}
ShapePath {
- fillGradient: ShapeLinearGradient {
+ fillGradient: LinearGradient {
y2: 150
- ShapeGradientStop { position: 0; color: "yellow" }
- ShapeGradientStop { position: 1; color: "green" }
+ GradientStop { position: 0; color: "yellow" }
+ GradientStop { position: 1; color: "green" }
}
startX: 10; startY: 100