Binds a function to a Slot. A payload can be passed if the function to call is a data member function of the same or if the function accepts as its first parameter a reference to its type.
the function to bind.
the Slot that holds the function.
See Implementation
Binds a function to a Slot. A payload can be passed if the function to call is a data member function of the same or if the function accepts as its first parameter a reference to its type.