mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-05 05:37:29 +02:00
Debug spam++
This commit is contained in:
@@ -311,7 +311,10 @@ DropJob::isDropType( DropJob::DropType desired, const QMimeData* data )
|
|||||||
foreach ( QPointer<ExternalResolver> resolver, Pipeline::instance()->scriptResolvers() )
|
foreach ( QPointer<ExternalResolver> resolver, Pipeline::instance()->scriptResolvers() )
|
||||||
{
|
{
|
||||||
if ( resolver->canParseUrl( url, ExternalResolver::Playlist ) )
|
if ( resolver->canParseUrl( url, ExternalResolver::Playlist ) )
|
||||||
|
{
|
||||||
|
tLog( LOGVERBOSE ) << Q_FUNC_INFO << "Accepting current drop as a playlist";
|
||||||
return true;
|
return true;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user