views:

47

answers:

0

Hi,

I'm writing a qt browser plugin. I have a worker class that inherits QThread. The weird thing that is happening to me is, the run() is called when i call a thread.start() in my machine. But when i run the same code in another machine, the code crashes when the thread.start() is invoked. Im totally confused.

Any help would be appreciated.

Thanks