mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-01 03:40:16 +02:00
add some debug to help me track this down
This commit is contained in:
@@ -55,7 +55,6 @@ QVariantList DatabaseCommand_SetDynamicPlaylistRevision::controlsV()
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
void
|
void
|
||||||
DatabaseCommand_SetDynamicPlaylistRevision::postCommitHook()
|
DatabaseCommand_SetDynamicPlaylistRevision::postCommitHook()
|
||||||
{
|
{
|
||||||
@@ -78,7 +77,7 @@ DatabaseCommand_SetDynamicPlaylistRevision::postCommitHook()
|
|||||||
|
|
||||||
if ( playlist.isNull() )
|
if ( playlist.isNull() )
|
||||||
{
|
{
|
||||||
qDebug() << playlistguid();
|
qDebug() <<"Got null playlist with guid:" << playlistguid() << "from source and collection:" << source()->friendlyName() << source()->collection()->name();
|
||||||
Q_ASSERT( !playlist.isNull() );
|
Q_ASSERT( !playlist.isNull() );
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user