If you simply start "exec()" in your "thread::run()" method you can stop the thread by calling "quit()" and the "wait()" method would work
If you simply start "exec()" in your "thread::run()" method you can stop the thread by calling "quit()" and the "wait()" method would work
Bookmarks