diff --git a/src/libtomahawk/infosystem/infosystem.cpp b/src/libtomahawk/infosystem/infosystem.cpp index 42cc425c8..84a15bd67 100644 --- a/src/libtomahawk/infosystem/infosystem.cpp +++ b/src/libtomahawk/infosystem/infosystem.cpp @@ -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 );