From acebe1738e6598e6653673bf4adf61b1cb1e0911 Mon Sep 17 00:00:00 2001 From: aavit Date: Mon, 29 Oct 2012 12:14:55 +0100 Subject: Update qml test scenes with new property names Change-Id: I67953f257f8948f3ec821cf3e5bc4763aff8d1aa Reviewed-by: Paul Olav Tvete --- tests/manual/scenegraph_lancelot/data/shaders/culling/culling_2.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/manual/scenegraph_lancelot/data/shaders/culling/culling_2.qml') diff --git a/tests/manual/scenegraph_lancelot/data/shaders/culling/culling_2.qml b/tests/manual/scenegraph_lancelot/data/shaders/culling/culling_2.qml index a6fcc260cd..45f20dd5a4 100644 --- a/tests/manual/scenegraph_lancelot/data/shaders/culling/culling_2.qml +++ b/tests/manual/scenegraph_lancelot/data/shaders/culling/culling_2.qml @@ -69,7 +69,7 @@ Rectangle { anchors.margins: 10 width: 200 height: 100 - culling: model.bar + cullMode: model.bar property variant frontSource: front property variant backSource: back fragmentShader: " -- cgit v1.2.3