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

_______________________________________________
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest

Reply via email to