[Interest] Using QWebSocketServer in a thread other than the GUI thread?

Thiago Macieira thiago.macieira at intel.com
Wed May 27 16:23:49 CEST 2015


On Wednesday 27 May 2015 09:49:06 Jérôme Godbout wrote:
> Before making the moveToThread(), remove the parent of the object,
> ->setParent(nullptr);
> Once moved, you can reparent with object into that Thread.

No, you cannot. The parent must be another object that lives in the current 
thread.
-- 
Thiago Macieira - thiago.macieira (AT) intel.com
  Software Architect - Intel Open Source Technology Center




More information about the Interest mailing list