From 1879469f1f36a92160b665a66fb01dd055738f8a Mon Sep 17 00:00:00 2001 From: Christian Muehlhaeuser Date: Fri, 9 Nov 2012 06:38:09 +0100 Subject: [PATCH] * Added verbose logging to PlayableProxyModelPlaylistInterface. --- .../playlist/PlayableProxyModelPlaylistInterface.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libtomahawk/playlist/PlayableProxyModelPlaylistInterface.cpp b/src/libtomahawk/playlist/PlayableProxyModelPlaylistInterface.cpp index 58f29419c..cff679c62 100644 --- a/src/libtomahawk/playlist/PlayableProxyModelPlaylistInterface.cpp +++ b/src/libtomahawk/playlist/PlayableProxyModelPlaylistInterface.cpp @@ -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();