mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-03-22 16:59:58 +01:00
More debug
This commit is contained in:
parent
7f26f34fdd
commit
eb31702711
@ -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 )
|
||||
|
Loading…
x
Reference in New Issue
Block a user