mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-01 03:40:16 +02:00
* Added verbose logging to PlayableProxyModelPlaylistInterface.
This commit is contained in:
@@ -96,7 +96,7 @@ PlayableProxyModelPlaylistInterface::hasNextItem()
|
|||||||
Tomahawk::result_ptr
|
Tomahawk::result_ptr
|
||||||
PlayableProxyModelPlaylistInterface::siblingItem( int itemsAway, bool readOnly )
|
PlayableProxyModelPlaylistInterface::siblingItem( int itemsAway, bool readOnly )
|
||||||
{
|
{
|
||||||
qDebug() << Q_FUNC_INFO;
|
tDebug( LOGVERBOSE ) << Q_FUNC_INFO << m_shuffled << itemsAway << readOnly;
|
||||||
|
|
||||||
if ( m_proxyModel.isNull() )
|
if ( m_proxyModel.isNull() )
|
||||||
return Tomahawk::result_ptr();
|
return Tomahawk::result_ptr();
|
||||||
|
Reference in New Issue
Block a user