summaryrefslogtreecommitdiffstats
path: root/tests/manual/qtbug-76766/PostProcess.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/manual/qtbug-76766/PostProcess.qml')
-rw-r--r--tests/manual/qtbug-76766/PostProcess.qml10
1 files changed, 6 insertions, 4 deletions
diff --git a/tests/manual/qtbug-76766/PostProcess.qml b/tests/manual/qtbug-76766/PostProcess.qml
index cd4c9c0c6..3e9218451 100644
--- a/tests/manual/qtbug-76766/PostProcess.qml
+++ b/tests/manual/qtbug-76766/PostProcess.qml
@@ -103,11 +103,13 @@ Entity {
effect: materialEffect
}
- PlaneMesh {
+ GeometryRenderer {
id: planeMesh
- width: 2.0
- height: 2.0
- meshResolution: Qt.size(2, 2)
+ view: PlaneMesh {
+ width: 2.0
+ height: 2.0
+ meshResolution: Qt.size(2, 2)
+ }
}
components : [