summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorWarwick Allison <warwick.allison@nokia.com>2010-02-24 05:29:32 (GMT)
committerWarwick Allison <warwick.allison@nokia.com>2010-02-24 05:29:32 (GMT)
commit40256d682e1a552c9566a744a66cc6fe008b578b (patch)
treefde8c15bc9a8622daf240638b351c1960ddf0591 /examples
parent0f93f08d1d2dd8cbaaf80d13244c1b655f122357 (diff)
parent8848b63187cf1b073891bdd6998273a8869bb033 (diff)
downloadQt-40256d682e1a552c9566a744a66cc6fe008b578b.zip
Qt-40256d682e1a552c9566a744a66cc6fe008b578b.tar.gz
Qt-40256d682e1a552c9566a744a66cc6fe008b578b.tar.bz2
Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qml
Diffstat (limited to 'examples')
-rw-r--r--examples/declarative/scrollbar/display.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/declarative/scrollbar/display.qml b/examples/declarative/scrollbar/display.qml
index 536a8b7..a96db6e 100644
--- a/examples/declarative/scrollbar/display.qml
+++ b/examples/declarative/scrollbar/display.qml
@@ -10,6 +10,7 @@ Rectangle {
Image {
id: picture
source: "pics/niagara_falls.jpg"
+ asynchronous: true
}
viewportWidth: picture.width
viewportHeight: picture.height