On segunda-feira, 13 de janeiro de 2014 11:35:12, Chaser wrote:
> Derive from QThread and moveToThread() are two correctly use-case of
> QThread.

Just to be clear: those are two correct use-cases but they can't be used at 
the same time.

Option 1: derive from QThread (and override run(), writing your code there)

Option 2: (derive from QObject) and moveToThread()
-- 
Thiago Macieira - thiago.macieira (AT) intel.com
  Software Architect - Intel Open Source Technology Center

Attachment: signature.asc
Description: This is a digitally signed message part.

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

Reply via email to