summaryrefslogtreecommitdiffstats
path: root/tests/manual/enabled-qml/main.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/manual/enabled-qml/main.qml')
-rw-r--r--tests/manual/enabled-qml/main.qml14
1 files changed, 5 insertions, 9 deletions
diff --git a/tests/manual/enabled-qml/main.qml b/tests/manual/enabled-qml/main.qml
index 6191fde1b..8ee933eb6 100644
--- a/tests/manual/enabled-qml/main.qml
+++ b/tests/manual/enabled-qml/main.qml
@@ -111,11 +111,9 @@ Entity {
// Sphere
Entity {
- GeometryRenderer {
+ SphereMesh {
id: sphereMesh
- view: SphereMesh {
- enabled: counter !== 0
- }
+ enabled: counter !== 0
}
PhongMaterial {
@@ -186,12 +184,10 @@ Entity {
// Floor
Entity {
- GeometryRenderer {
+ PlaneMesh {
id: planeMesh
- view: PlaneMesh {
- width: 25.0
- height: 10
- }
+ width: 25.0
+ height: 10
}
PhongMaterial {