On segunda-feira, 2 de dezembro de 2013 13:47:22, Jason Kretzer wrote:
> BackgroundTaskManager::BackgroundTaskManager(QObject *parent) :
>     QObject(parent)
> {

>     this->moveToThread(thread);

An object with a parent cannot be moved. However, looks like you're not using 
a parent:

>     qDebug() << "Starting Background Task Manager";
>     _instance = new BackgroundTaskManager();

-- 
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