summaryrefslogtreecommitdiffstats
path: root/examples/declarative/listview/content/MediaButton.qml
diff options
context:
space:
mode:
authorAaron Kennedy <aaron.kennedy@nokia.com>2009-07-01 13:48:41 (GMT)
committerAaron Kennedy <aaron.kennedy@nokia.com>2009-07-02 00:54:54 (GMT)
commitecd07750a74111ed9ef65a7439ddccc065c5dadc (patch)
tree96422a2eca0a2ad2900027ee34df251a7a96890b /examples/declarative/listview/content/MediaButton.qml
parent5118020e63f5e634a74082c417362d735a7a2303 (diff)
downloadQt-ecd07750a74111ed9ef65a7439ddccc065c5dadc.zip
Qt-ecd07750a74111ed9ef65a7439ddccc065c5dadc.tar.gz
Qt-ecd07750a74111ed9ef65a7439ddccc065c5dadc.tar.bz2
Add parameterized synthesized signals
Also changed syntax for emitting a signal to be consistent with normal QtScript.
Diffstat (limited to 'examples/declarative/listview/content/MediaButton.qml')
-rw-r--r--examples/declarative/listview/content/MediaButton.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/declarative/listview/content/MediaButton.qml b/examples/declarative/listview/content/MediaButton.qml
index cad36bd..6195daa 100644
--- a/examples/declarative/listview/content/MediaButton.qml
+++ b/examples/declarative/listview/content/MediaButton.qml
@@ -15,7 +15,7 @@ Item {
MouseRegion {
id: MouseRegion
anchors.fill: Image
- onClicked: { Container.clicked.emit(); }
+ onClicked: { Container.clicked(); }
}
Text {
font.bold: true