summaryrefslogtreecommitdiffstats
path: root/tests/manual/qtbug-76766/SceneRoot.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/manual/qtbug-76766/SceneRoot.qml')
-rw-r--r--tests/manual/qtbug-76766/SceneRoot.qml8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/manual/qtbug-76766/SceneRoot.qml b/tests/manual/qtbug-76766/SceneRoot.qml
index 93e96a43d..d05c54cf4 100644
--- a/tests/manual/qtbug-76766/SceneRoot.qml
+++ b/tests/manual/qtbug-76766/SceneRoot.qml
@@ -111,7 +111,7 @@ Entity {
Material1 {
color: "red"
},
- GeometryRenderer { view: SphereMesh { } }
+ SphereMesh { }
]
}
@@ -124,7 +124,7 @@ Entity {
Material2 {
color: "green"
},
- GeometryRenderer { view: SphereMesh { } }
+ SphereMesh { }
]
}
}
@@ -147,7 +147,7 @@ Entity {
loops: Animation.Infinite
}
},
- GeometryRenderer { view: SphereMesh { } }
+ SphereMesh { }
]
}
@@ -161,7 +161,7 @@ Entity {
Material2 {
color: "orange"
},
- GeometryRenderer { view: SphereMesh { } }
+ SphereMesh { }
]
}
}