mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-06 14:16:32 +02:00
A bit of debugging for rotzbouw
This commit is contained in:
@@ -48,7 +48,7 @@ DatabaseCommand_DeleteFiles::postCommitHook()
|
|||||||
connect( this, SIGNAL( notify( QStringList ) ),
|
connect( this, SIGNAL( notify( QStringList ) ),
|
||||||
coll, SLOT( delTracks( QStringList ) ), Qt::QueuedConnection );
|
coll, SLOT( delTracks( QStringList ) ), Qt::QueuedConnection );
|
||||||
|
|
||||||
tDebug() << "Notifying of deleted tracks:" << m_files.size();
|
tDebug() << "Notifying of deleted tracks: " << m_files.size() << " from source " << source()->id();
|
||||||
emit notify( m_files );
|
emit notify( m_files );
|
||||||
|
|
||||||
if( source()->isLocal() )
|
if( source()->isLocal() )
|
||||||
|
Reference in New Issue
Block a user