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