Function disconnectReceiver

  • Remove all connections where the given object is the receiver.

    Parameters

    • receiver: unknown

      The receiver object of interest.

      Notes

      If a thisArg is provided when connecting a signal, that object is considered the receiver. Otherwise, the slot is considered the receiver.

    Returns void