aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/tutorials/helloworld/Cell.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/quick/tutorials/helloworld/Cell.qml')
-rw-r--r--examples/quick/tutorials/helloworld/Cell.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/quick/tutorials/helloworld/Cell.qml b/examples/quick/tutorials/helloworld/Cell.qml
index 33b9bf9935..7462a5ceb1 100644
--- a/examples/quick/tutorials/helloworld/Cell.qml
+++ b/examples/quick/tutorials/helloworld/Cell.qml
@@ -58,7 +58,7 @@ Item {
property alias cellColor: rectangle.color
//![4]
//![5]
- signal clicked(color cellColor)
+ signal clicked(cellColor: color)
//![5]
width: 40; height: 25