PDA

View Full Version : QThread::terminate () is not working!!!!!



biswajithit
15th September 2008, 10:37
Hi,

i am using qthread to create and run a thread. but when i am trying to terminate the thread using QThread::terminate() it fails to terminate .

Qt says it is dangerous to use qthred but i have no other option.

what should i do to terminate that running thread.

thanks
biswajit

wysota
15th September 2008, 12:03
Docs say it is dangerous to use terminate, not to use QThread. Please search the forum, the issue has been brought up a few times lately.