aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/quick/qquickcanvasitem/data/CanvasComponent.qml1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/auto/quick/qquickcanvasitem/data/CanvasComponent.qml b/tests/auto/quick/qquickcanvasitem/data/CanvasComponent.qml
index 12c1c89212..b9e8d75f5a 100644
--- a/tests/auto/quick/qquickcanvasitem/data/CanvasComponent.qml
+++ b/tests/auto/quick/qquickcanvasitem/data/CanvasComponent.qml
@@ -6,7 +6,6 @@ Component {
Canvas {
id:c
width:100;height:100
- smooth:false //this line is needed for some tests (smooth painting can change the colors and alpha channel values)
onPaint :{} //this line is needed for some tests (make sure onPaint handler always called
property alias paintCount:spyPaint.count
property alias paintedCount:spyPainted.count