diff options
author | Yann Bodson <yann.bodson@nokia.com> | 2009-09-30 05:07:31 (GMT) |
---|---|---|
committer | Yann Bodson <yann.bodson@nokia.com> | 2009-09-30 05:07:31 (GMT) |
commit | 93cc34771020518e34009d8111bfaf312a50798b (patch) | |
tree | eb2e613524b16d55fb7d41958dbb8a56f97096a1 /demos/declarative/flickr/mobile/ImageDetails.qml | |
parent | 4dc235f50a686d40bc63d7108027145f23d2c18a (diff) | |
download | Qt-93cc34771020518e34009d8111bfaf312a50798b.zip Qt-93cc34771020518e34009d8111bfaf312a50798b.tar.gz Qt-93cc34771020518e34009d8111bfaf312a50798b.tar.bz2 |
Fix small bugs in flick-mobile
Diffstat (limited to 'demos/declarative/flickr/mobile/ImageDetails.qml')
-rw-r--r-- | demos/declarative/flickr/mobile/ImageDetails.qml | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/demos/declarative/flickr/mobile/ImageDetails.qml b/demos/declarative/flickr/mobile/ImageDetails.qml index 617fe40..c55ab50 100644 --- a/demos/declarative/flickr/mobile/ImageDetails.qml +++ b/demos/declarative/flickr/mobile/ImageDetails.qml @@ -32,11 +32,6 @@ Flipable { color: "black"; opacity: 0.4 } - Connection { - sender: ToolBar; signal: "button1Clicked()" - script: if (Container.state=='') Container.state='Back'; else Container.state='' - } - Column { spacing: 10 anchors { |