mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-07-31 11:20:22 +02:00
More debug
This commit is contained in:
@@ -101,6 +101,7 @@ InfoSystem::~InfoSystem()
|
||||
qDebug() << Q_FUNC_INFO << " worker is finished, deleting worker";
|
||||
if( m_worker )
|
||||
{
|
||||
qDebug() << "THREAD I'M RUNNING IN: " << QThread::currentThread();
|
||||
delete m_worker;
|
||||
m_worker = 0;
|
||||
}
|
||||
|
@@ -44,6 +44,7 @@ InfoSystemWorker::InfoSystemWorker()
|
||||
InfoSystemWorker::~InfoSystemWorker()
|
||||
{
|
||||
qDebug() << Q_FUNC_INFO << " beginning";
|
||||
qDebug() << "THREAD I'M RUNNING IN: " << QThread::currentThread();
|
||||
Q_FOREACH( InfoPluginPtr plugin, m_plugins )
|
||||
{
|
||||
if( plugin )
|
||||
|
Reference in New Issue
Block a user