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:
parent
97ca55fd53
commit
de28596438
@ -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 );
|
||||
|
Loading…
x
Reference in New Issue
Block a user