aboutsummaryrefslogtreecommitdiffstats
path: root/examples/declarative/canvas/twitterfriends/twitter.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/declarative/canvas/twitterfriends/twitter.qml')
-rw-r--r--examples/declarative/canvas/twitterfriends/twitter.qml3
1 files changed, 1 insertions, 2 deletions
diff --git a/examples/declarative/canvas/twitterfriends/twitter.qml b/examples/declarative/canvas/twitterfriends/twitter.qml
index b852e66744..685a59d948 100644
--- a/examples/declarative/canvas/twitterfriends/twitter.qml
+++ b/examples/declarative/canvas/twitterfriends/twitter.qml
@@ -84,7 +84,7 @@ Item {
anchors.bottom : parent.bottom
smooth:true
renderTarget:Canvas.Image
- threadRendering:false
+ renderInThread:false
property bool layoutChanged:true
property string twitterName:""
@@ -124,4 +124,3 @@ Item {
}
}
}
-