Patch: improve docstring of slots
Dynamic Python binding for Qt Applications
Brought to you by:
florianlink,
marcusbarann
Currently the docstring generated for a slot doesn't account for the slot being an instance wrapper. The following fixes this and also uses actual parameter names in the generated method signature.
Thanks, I merged it.