summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/declarative.pro
diff options
context:
space:
mode:
authorMartin Jones <martin.jones@nokia.com>2010-02-16 01:27:24 (GMT)
committerMartin Jones <martin.jones@nokia.com>2010-02-16 01:27:24 (GMT)
commitb77e592cf9709c31f61c3e1d229b2a6c446ab8bc (patch)
treeef3099221a5f35db3a198821b2c5cd464753ec89 /tests/auto/declarative/declarative.pro
parent62d585e8ec6c09406fa28f9edf29b56b2d67c739 (diff)
downloadQt-b77e592cf9709c31f61c3e1d229b2a6c446ab8bc.zip
Qt-b77e592cf9709c31f61c3e1d229b2a6c446ab8bc.tar.gz
Qt-b77e592cf9709c31f61c3e1d229b2a6c446ab8bc.tar.bz2
Add QmlImageProvider to allow asynchronous access to images.
Setting an image source to image://providerid/imageid will pass the request for imageid to the provider registered for providerid. QmlImageProvider::request() is run in a low priority thread, so the main thread is not blocked while the image is loaded/rendered. Reviewed-by: Aaron Kennedy
Diffstat (limited to 'tests/auto/declarative/declarative.pro')
-rw-r--r--tests/auto/declarative/declarative.pro1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/declarative/declarative.pro b/tests/auto/declarative/declarative.pro
index 8773026..fba63d5 100644
--- a/tests/auto/declarative/declarative.pro
+++ b/tests/auto/declarative/declarative.pro
@@ -57,6 +57,7 @@ SUBDIRS += \
qmlgraphicsrepeater \ # Cover
qmlvaluetypes \ # Cover
qmlxmlhttprequest \ # Cover
+ qmlimageprovider \ # Cover
sql # Cover