signalproxy: Correct signal method name warnings 167/head
authoresainane <esainane+github@gmail.com>
Sat, 12 Dec 2015 05:56:17 +0000 (18:56 +1300)
committeresainane <esainane+github@gmail.com>
Sat, 12 Dec 2015 05:56:17 +0000 (18:56 +1300)
_id was used to index SignalProxy::SignalRelay::_slots.
signal.signalId is used to index caller->metaObject()->method.

This can be verified by changing eg. displayMsg to use a type that is
compatible with Message but won't work with QMetaType::type, like Message&


No differences found