[Interest] QThread

Thiago Macieira thiago.macieira at intel.com
Mon Mar 24 16:23:01 CET 2014


Em seg 24 mar 2014, às 11:38:54, Graham Labdon escreveu:
> m_generatorThread = new GeneratorThread(this);
> 
> Then I call moveToThread  and make the connections-
> m_generatorThread->moveToThread(m_thread)

I'm  pretty sure that moveToThread printed a warning and failed to move, since 
your object has a parent (see the new above). Please check that your program 
did not print any warnings.

-- 
Thiago Macieira - thiago.macieira (AT) intel.com
  Software Architect - Intel Open Source Technology Center




More information about the Interest mailing list