diff options
author | mae <qt-info@nokia.com> | 2010-03-03 18:39:45 (GMT) |
---|---|---|
committer | mae <qt-info@nokia.com> | 2010-03-03 18:39:45 (GMT) |
commit | 1a7df5ef1fc81fbf2d548c40e3feeb8ef3bb5a8c (patch) | |
tree | bd482c10ffde3ceefae5d4ed8f09f87f8c05bccf /examples/declarative/imageprovider | |
parent | a2af08f9793b3884bdb770f89edd4754c0411654 (diff) | |
download | Qt-1a7df5ef1fc81fbf2d548c40e3feeb8ef3bb5a8c.zip Qt-1a7df5ef1fc81fbf2d548c40e3feeb8ef3bb5a8c.tar.gz Qt-1a7df5ef1fc81fbf2d548c40e3feeb8ef3bb5a8c.tar.bz2 |
make example work again
The code is now a bit on the imperative side, but that was the
only working solution to remove the binding loops.
Diffstat (limited to 'examples/declarative/imageprovider')
-rw-r--r-- | examples/declarative/imageprovider/imageprovider.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/declarative/imageprovider/imageprovider.qml b/examples/declarative/imageprovider/imageprovider.qml index a1f2794..f899b1e 100644 --- a/examples/declarative/imageprovider/imageprovider.qml +++ b/examples/declarative/imageprovider/imageprovider.qml @@ -1,5 +1,5 @@ import Qt 4.6 -import ImageProviderCore 1.0 +import "ImageProviderCore" //![0] ListView { width: 100 |