summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorMontel Laurent <laurent.montel@kdab.com>2014-11-10 16:46:49 +0100
committerLaurent Montel <laurent.montel@kdab.com>2014-11-12 13:50:11 +0100
commitd0d0054dc789cbadcb33ce3875188b2012a7d6aa (patch)
tree04c25d007df8462b158cd59fda5f6408a263b5d9 /examples
parentfdb7d0218d7f6131538f7b263be90b9e28c698f2 (diff)
Allow to support signal/slot with template argument
Change-Id: I789b2f59ae29be8ee86f323483f4e703a448bca3 Reviewed-by: Brett Stottlemyer <bstottle@ford.com> Reviewed-by: Giuseppe D'Angelo <giuseppe.dangelo@kdab.com>
Diffstat (limited to 'examples')
-rw-r--r--examples/RemoteObjects/TimeModel.rep1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/RemoteObjects/TimeModel.rep b/examples/RemoteObjects/TimeModel.rep
index 1c321ed..cc3a511 100644
--- a/examples/RemoteObjects/TimeModel.rep
+++ b/examples/RemoteObjects/TimeModel.rep
@@ -8,5 +8,6 @@ class MinuteTimer
SIGNAL(timeChanged());
SIGNAL(timeChanged2(QTime t));
SIGNAL(sendCustom(PresetInfo info));
+ SIGNAL(foo(QMap<QString, QString> foo));
SLOT(SetTimeZone(int));
};