Hi all,

Is it possible to create a signal-slot connection, where the slot is connected to a specific signal from any sender.
i.e irrespective of who emits a particular signal, it should be handled in a same slot.
I have more than 5 distinct classes(and hence objects) which will emit a same signal. And I want to catch all these signals in a slot and handle it.