one timer per thread using Qt

Posted by Pourya on Stack Overflow See other posts from Stack Overflow or by Pourya
Published on 2010-05-26T09:29:16Z Indexed on 2010/05/26 9:31 UTC
Read the original article Hit count: 109

Filed under:
|

Hi, 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?

© Stack Overflow or respective owner

Related posts about qt

Related posts about qthread