diff options
author | mae <qt-info@nokia.com> | 2010-03-10 09:45:07 (GMT) |
---|---|---|
committer | mae <qt-info@nokia.com> | 2010-03-10 09:45:07 (GMT) |
commit | 878c2a984b78cdfc88e4474f6719f07662c7ac68 (patch) | |
tree | d69671751a01657056f1f69adfb83e1bb45b0d9a /examples | |
parent | f5693b93949758905dac770a0c21eb34c4e1686b (diff) | |
download | Qt-878c2a984b78cdfc88e4474f6719f07662c7ac68.zip Qt-878c2a984b78cdfc88e4474f6719f07662c7ac68.tar.gz Qt-878c2a984b78cdfc88e4474f6719f07662c7ac68.tar.bz2 |
Oooops --- revert wrong commit
Diffstat (limited to 'examples')
-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 f899b1e..a1f2794 100644 --- a/examples/declarative/imageprovider/imageprovider.qml +++ b/examples/declarative/imageprovider/imageprovider.qml @@ -1,5 +1,5 @@ import Qt 4.6 -import "ImageProviderCore" +import ImageProviderCore 1.0 //![0] ListView { width: 100 |