From 9eb6102693c3d73259a236becb6701a0787bb4e3 Mon Sep 17 00:00:00 2001 From: Yann Bodson Date: Wed, 25 Nov 2009 14:58:35 +1000 Subject: use right type --- examples/declarative/tutorials/helloworld/Cell.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/declarative/tutorials/helloworld/Cell.qml b/examples/declarative/tutorials/helloworld/Cell.qml index ab6e565..c38b40e 100644 --- a/examples/declarative/tutorials/helloworld/Cell.qml +++ b/examples/declarative/tutorials/helloworld/Cell.qml @@ -8,7 +8,7 @@ Item { property alias color: rectangle.color //![4] //![5] - signal clicked(string color) + signal clicked(color color) //![5] width: 40; height: 25 -- cgit v0.12