aboutsummaryrefslogtreecommitdiffstats
path: root/examples/declarative/canvas/clip
diff options
context:
space:
mode:
authorCharles Yin <charles.yin@nokia.com>2011-09-16 11:55:01 +1000
committerQt by Nokia <qt-info@nokia.com>2011-09-16 03:56:35 +0200
commit3277b6f803b0f82c72ca2dc26a90cafb18067971 (patch)
treedef2a7bcdfa08170accf939ce80e136fd1875237 /examples/declarative/canvas/clip
parent23966bf69eb97314b1af232efa05fb3376275b0e (diff)
rename threadRendering to renderInThread
Change-Id: I21d2492288adc84d3ef99633752e78a3ea232a4a Reviewed-on: http://codereview.qt-project.org/5042 Reviewed-by: Charles Yin <charles.yin@nokia.com>
Diffstat (limited to 'examples/declarative/canvas/clip')
-rw-r--r--examples/declarative/canvas/clip/clip.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/declarative/canvas/clip/clip.qml b/examples/declarative/canvas/clip/clip.qml
index 58925e68b6..f2397c6ca6 100644
--- a/examples/declarative/canvas/clip/clip.qml
+++ b/examples/declarative/canvas/clip/clip.qml
@@ -66,7 +66,7 @@ Item {
property string imagefile:"../contents/qt-logo.png"
smooth:true
renderTarget:Canvas.Image
- threadRendering:false
+ renderInThread:false
Component.onCompleted:loadImage(canvas.imagefile);
onAlphaChanged:requestPaint();