diff options
author | Yann Bodson <yann.bodson@nokia.com> | 2009-08-27 04:54:32 (GMT) |
---|---|---|
committer | Yann Bodson <yann.bodson@nokia.com> | 2009-08-27 04:54:32 (GMT) |
commit | 12f4fc296578fb30ac1bf690b3eeba176b72205a (patch) | |
tree | 6dc27f53695bd8603f772e941d479009e39907f0 /demos/declarative/flickr | |
parent | c52d846eda611e18fa88cf3c90239987a9108382 (diff) | |
download | Qt-12f4fc296578fb30ac1bf690b3eeba176b72205a.zip Qt-12f4fc296578fb30ac1bf690b3eeba176b72205a.tar.gz Qt-12f4fc296578fb30ac1bf690b3eeba176b72205a.tar.bz2 |
Revert to Common.ImageDetails for now.
Diffstat (limited to 'demos/declarative/flickr')
-rw-r--r-- | demos/declarative/flickr/flickr-mobile.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/declarative/flickr/flickr-mobile.qml b/demos/declarative/flickr/flickr-mobile.qml index ee6366d..a4692a3 100644 --- a/demos/declarative/flickr/flickr-mobile.qml +++ b/demos/declarative/flickr/flickr-mobile.qml @@ -33,7 +33,7 @@ Item { } } - Mobile.ImageDetails { id: ImageDetails; width: parent.width; x: parent.width; height: parent.height } + Common.ImageDetails { id: ImageDetails; width: parent.width; x: parent.width; height: parent.height } Mobile.TitleBar { id: TitleBar; width: parent.width; height: 40; opacity: 0.9 } Mobile.ToolBar { id: ToolBar; height: 40; anchors.bottom: parent.bottom; width: parent.width; opacity: 0.9 } |