aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorCharles Yin <charles.yin@nokia.com>2012-08-27 11:36:42 +1000
committerQt by Nokia <qt-info@nokia.com>2012-08-28 01:14:17 +0200
commit373b8f06fa331c61efd9ba5075844df60a6a4412 (patch)
treeded52a0b1dc83a88242d02c7a74edbfcdfa18330 /tests
parente52d50fd7746c4d906b4886e437dc96a5c783950 (diff)
Use the new antialiasing property for canvas painting
Change-Id: I76f21d055696978f2f6936006eea038dd73cce6c Reviewed-by: Michael Brasser <michael.brasser@nokia.com>
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