Hi All,
Is there any way to manually send a signal to a slot?

I'm trying to send a signal to an object's parent object but only after certain conditions are met.

Is there something like: SendSignal(parent, parentSlot());?

Cheers