summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorMontel Laurent <laurent.montel@kdab.com>2014-11-05 15:31:25 +0100
committerLaurent Montel <laurent.montel@kdab.com>2014-11-07 13:45:53 +0100
commit0c8bbd9255cbce56477bd6550d7675197c296cc6 (patch)
treee59c9f2bc3fb4082855546baf90e8c8103a9c7a1 /examples
parent55f421ae751df3a505d825286f49a9572d3f8a9e (diff)
Allow to define slot with argument without argument
name as "SLOT(function(Foo, FOO))" Change-Id: Id503ad228bf9880cd54b1d707019ae7b8a649f96 Reviewed-by: Brett Stottlemyer <bstottle@ford.com> Reviewed-by: Kevin Funk <kevin.funk@kdab.com> Reviewed-by: Giuseppe D'Angelo <giuseppe.dangelo@kdab.com>
Diffstat (limited to 'examples')
-rw-r--r--examples/RemoteObjects/TimeModel.rep2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/RemoteObjects/TimeModel.rep b/examples/RemoteObjects/TimeModel.rep
index fa7e612..1c321ed 100644
--- a/examples/RemoteObjects/TimeModel.rep
+++ b/examples/RemoteObjects/TimeModel.rep
@@ -8,5 +8,5 @@ class MinuteTimer
SIGNAL(timeChanged());
SIGNAL(timeChanged2(QTime t));
SIGNAL(sendCustom(PresetInfo info));
- SLOT(SetTimeZone(int zn));
+ SLOT(SetTimeZone(int));
};