diff options
author | Bea Lam <bea.lam@nokia.com> | 2010-04-08 07:37:06 (GMT) |
---|---|---|
committer | Bea Lam <bea.lam@nokia.com> | 2010-04-08 07:37:06 (GMT) |
commit | 28605b56271cd3efb78c5f2f51855d2bca56ee6f (patch) | |
tree | 3bc0988400d8d8f4dd251c94d20443ecd3f6b150 /demos/declarative/flickr/common/Loading.qml | |
parent | 3ceffd7287a269ec5ea9dab712ee9120a539e0e1 (diff) | |
parent | be8a7153d613586d69ac528153a6b8ccbe931aa6 (diff) | |
download | Qt-28605b56271cd3efb78c5f2f51855d2bca56ee6f.zip Qt-28605b56271cd3efb78c5f2f51855d2bca56ee6f.tar.gz Qt-28605b56271cd3efb78c5f2f51855d2bca56ee6f.tar.bz2 |
Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7
Conflicts:
examples/declarative/tutorials/samegame/samegame4/content/samegame.js
Diffstat (limited to 'demos/declarative/flickr/common/Loading.qml')
-rw-r--r-- | demos/declarative/flickr/common/Loading.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/declarative/flickr/common/Loading.qml b/demos/declarative/flickr/common/Loading.qml index 4c41717..8daed48 100644 --- a/demos/declarative/flickr/common/Loading.qml +++ b/demos/declarative/flickr/common/Loading.qml @@ -1,4 +1,4 @@ -import Qt 4.6 +import Qt 4.7 Image { id: loading; source: "pics/loading.png" |