Did anyone already tried to use QThread ? It works nicely except that I can only compile when I use it in src\frontends\qt4.

Can anyone help me how to get this to work outside the gui ?

The problem is that you have to define a class that inherits from QThread and is thus a Q_OBJECT. But when I add this to the class, I get unresolved externals QMetaObject ....

Or should I do something else than QThread to get threading ?

Vincent

Reply via email to