The signal mapper use case is if you have multiple signal sources without arguments and you want a single slot being called with arguments depending on the signal source.

E.g. a set of buttons and having the slot called with a numerical value or string depending on which button was clicked.

Cheers,
_