summaryrefslogtreecommitdiffstats
path: root/demos
diff options
context:
space:
mode:
authorYann Bodson <yann.bodson@nokia.com>2009-04-29 05:57:58 (GMT)
committerYann Bodson <yann.bodson@nokia.com>2009-04-29 05:57:58 (GMT)
commit86aa54ba75101121a55d340620d2273b82e6143d (patch)
tree35ae53e988812577508a660fabfe1468c3b60ee6 /demos
parent1aa03e04d8b33b3f6bcffed1946d38bb4cb386bf (diff)
downloadQt-86aa54ba75101121a55d340620d2273b82e6143d.zip
Qt-86aa54ba75101121a55d340620d2273b82e6143d.tar.gz
Qt-86aa54ba75101121a55d340620d2273b82e6143d.tar.bz2
Forgot this src attribute.
Diffstat (limited to 'demos')
-rw-r--r--demos/declarative/mediabrowser/content/PhonesPathView.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/declarative/mediabrowser/content/PhonesPathView.qml b/demos/declarative/mediabrowser/content/PhonesPathView.qml
index 3fbb3ed..df7e742 100644
--- a/demos/declarative/mediabrowser/content/PhonesPathView.qml
+++ b/demos/declarative/mediabrowser/content/PhonesPathView.qml
@@ -39,7 +39,7 @@
<!-- <Image source="pics/reflection.png" anchors.fill="{parent}"/> -->
<Image source="pics/shadow-right.png" x="{Dvd.width}" height="{Dvd.height}"/>
<Image source="pics/shadow-bottom.png" y="{Dvd.height}" width="{Dvd.width}"/>
- <Image id="Corner" src="pics/shadow-corner.png" x="{Dvd.width}" y="{Dvd.height}"/>
+ <Image id="Corner" source="pics/shadow-corner.png" x="{Dvd.width}" y="{Dvd.height}"/>
</Rect>
<MouseRegion anchors.fill="{Wrapper}" onClicked="phoneClicked()"/>