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