sender

Can be used to supply a sender that will be used instead of the default behavior. The default behavior uses a sender attached to the QObject instance and if not attached will send the QObject to the next receiver.


protected var sender: QObjectSenderIfc?(source)

If supplied, this logic will be used to send the QObject instance. Otherwise, the standard logic is used. The standard logic will use a sender attached to the QObject instance. If a sender is not attached to the QObject the next receiver is used