QTimer singleShot function
General and Desktop
3
Posts
2
Posters
2.5k
Views
1
Watching
-
Hi,
I have doubt regarding the working of QTimer singleshot function. In my code the QTimer::SingleShot function is used twice, calling the same function on timeout. The doubt i have is, if the timeout for both QTimer::SingleShot functions happen at the same time, will the slot be called at the same time or it will be called twice but one after another.