PDA

View Full Version : multiple QTimer::singleShot() calls?



mattc
27th July 2009, 18:52
Hello,
can I invoke the static method QTimer::singleShot() multiple times in order to get multiple timers running at the same time? Or does the last call override the preceding calls?

Thank you

jpn
27th July 2009, 19:22
Yes, you can call it multiple times. The last call doesn't override the preceding calls.