On Thu, Aug 6, 2015 at 4:01 PM, Nick Stokes
<randomaccessiterator@gmail.com> wrote:
I'm not sure what you're shooting for.
When I'm approaching signals/slots or any sort of event driven system,
I generally treat that
as a single event, with 2+ connections, events
being handled but each subscriber.
i.e. your first connection handles the double value; the second
connection would accept a double, and convert it to int to pass it
along to another int-based method