I modified Qt's broadcast sender example so that it has ten threads and in each thread it starts a timer, but only timer of the first thread is triggered. How can I have one timer running for each thread?

link|improve this question
2  
I guess some code needed... – mosg May 26 '10 at 9:31
feedback

1 Answer

Timers only work if the thread has an event loop.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.