You can use a QTimer with a short interval. Restart on every signal (or if you do that at the emitter before sending the signal), and only execute when the timer runs out.

Cheers,
_