Hello,

Is there a difference when you call a Slot?
I connect a signal to a slot, the signal is handled when the object has time for it.

I call the slot directly by: slotName();

Is there a difference in the way the slot is being handled?
Or is the slot handled in the same way as if it is called by a signal?