1
0
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:
Christian Muehlhaeuser 2012-11-09 06:38:09 +01:00
parent b71ba3d5aa
commit 1879469f1f

View File

@ -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();