From de28596438ce1f1dc1391c5a46c0ebb725e210e5 Mon Sep 17 00:00:00 2001 From: Jeff Mitchell Date: Tue, 3 May 2011 17:06:04 -0400 Subject: [PATCH] We're making progress...move back into a thread --- src/libtomahawk/infosystem/infosystem.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 );