summaryrefslogtreecommitdiffstats
path: root/tests/manual/plasma/main.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/manual/plasma/main.qml')
-rw-r--r--tests/manual/plasma/main.qml10
1 files changed, 6 insertions, 4 deletions
diff --git a/tests/manual/plasma/main.qml b/tests/manual/plasma/main.qml
index 0a01f699b..f93970405 100644
--- a/tests/manual/plasma/main.qml
+++ b/tests/manual/plasma/main.qml
@@ -60,10 +60,12 @@ Entity {
Entity {
components: [
- PlaneMesh {
- width: 2.0
- height: 2.0
- meshResolution: Qt.size(2, 2)
+ GeometryRenderer {
+ view: PlaneMesh {
+ width: 2.0
+ height: 2.0
+ meshResolution: Qt.size(2, 2)
+ }
},
Transform { // Rotate the plane so that it faces us