1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-03-21 08:19:42 +01:00

We're making progress...move back into a thread

This commit is contained in:
Jeff Mitchell 2011-05-03 17:06:04 -04:00
parent 97ca55fd53
commit de28596438

View File

@ -62,7 +62,7 @@ InfoSystem::InfoSystem(QObject *parent)
m_infoSystemWorkerThreadController = new QThread( this );
m_worker = new InfoSystemWorker();
//m_worker->moveToThread( m_infoSystemWorkerThreadController );
m_worker->moveToThread( m_infoSystemWorkerThreadController );
m_infoSystemWorkerThreadController->start();
QMetaObject::invokeMethod( m_worker, "init", Qt::QueuedConnection );