Hi,
If I have in the constructor Fn1, Fn2 and Fn3 which are call lineary (first goes Fn1, then Fn2 and so on, but never at the same time) then how and where should I make the threads?
QThread *mythread = new QThread;
and now? and where do you put it? I have never work before with threads -.-''
Bookmarks