aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/qquickcanvasitem/data/tst_path.qml
diff options
context:
space:
mode:
authorGunnar Sletta <gunnar.sletta@nokia.com>2012-03-22 13:50:32 +0100
committerQt by Nokia <qt-info@nokia.com>2012-03-22 22:00:33 +0100
commitddff2017c81df838aac0ad19b6a3accd36254a7d (patch)
tree9b2a29a18e94735216c3ef32f4265e1b1a02ab2f /tests/auto/quick/qquickcanvasitem/data/tst_path.qml
parent9d1b013d448423906b8f6352f69b715940d813c9 (diff)
Change smooth to be true by default
Change-Id: Ia74a5c76058a2822e61dfa2f7316ea0612ebc15c Reviewed-by: Lars Knoll <lars.knoll@nokia.com>
Diffstat (limited to 'tests/auto/quick/qquickcanvasitem/data/tst_path.qml')
-rw-r--r--tests/auto/quick/qquickcanvasitem/data/tst_path.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/quick/qquickcanvasitem/data/tst_path.qml b/tests/auto/quick/qquickcanvasitem/data/tst_path.qml
index 6aaecbdfa5..f72e5b9eaa 100644
--- a/tests/auto/quick/qquickcanvasitem/data/tst_path.qml
+++ b/tests/auto/quick/qquickcanvasitem/data/tst_path.qml
@@ -4,6 +4,7 @@ import "testhelper.js" as Helper
Canvas {
id:canvas; width:100;height:50; renderTarget: Canvas.Image; renderStrategy:Canvas.Threaded
+ smooth: false
TestCase {
name: "path"; when: windowShown