mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-06 06:07:37 +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_worker = new InfoSystemWorker();
|
||||
//m_worker->moveToThread( m_infoSystemWorkerThreadController );
|
||||
m_worker->moveToThread( m_infoSystemWorkerThreadController );
|
||||
m_infoSystemWorkerThreadController->start();
|
||||
|
||||
QMetaObject::invokeMethod( m_worker, "init", Qt::QueuedConnection );
|
||||
|
Reference in New Issue
Block a user