Hi,
I understood it's not possible to pass extra arguments within a SLOT function.

So, given the following code:
Qt Code:
  1. QTimer::singleShot(PollTimeout, this, SLOT(myFunction()));
To copy to clipboard, switch view to plain text mode 

Could someone be so kind to teach me how to pass arguments to the myFunction() wrapped in the SLOT?
Thanks