mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-06 14:16:32 +02:00
We're making progress...move back into a thread
This commit is contained in:
@@ -62,7 +62,7 @@ InfoSystem::InfoSystem(QObject *parent)
|
|||||||
|
|
||||||
m_infoSystemWorkerThreadController = new QThread( this );
|
m_infoSystemWorkerThreadController = new QThread( this );
|
||||||
m_worker = new InfoSystemWorker();
|
m_worker = new InfoSystemWorker();
|
||||||
//m_worker->moveToThread( m_infoSystemWorkerThreadController );
|
m_worker->moveToThread( m_infoSystemWorkerThreadController );
|
||||||
m_infoSystemWorkerThreadController->start();
|
m_infoSystemWorkerThreadController->start();
|
||||||
|
|
||||||
QMetaObject::invokeMethod( m_worker, "init", Qt::QueuedConnection );
|
QMetaObject::invokeMethod( m_worker, "init", Qt::QueuedConnection );
|
||||||
|
Reference in New Issue
Block a user