1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-06 14:16:32 +02:00

* Style fix.

This commit is contained in:
Christian Muehlhaeuser
2012-11-15 17:11:20 +01:00
parent e7b818e57e
commit c8c6875739

View File

@@ -151,7 +151,7 @@ SourcePlaylistInterface::onSourcePlaybackStarted( const Tomahawk::query_ptr& que
void void
SourcePlaylistInterface::resolvingFinished( bool hasResults ) SourcePlaylistInterface::resolvingFinished( bool hasResults )
{ {
tDebug( LOGEXTRA ) << Q_FUNC_INFO << " and has results? : " << (hasResults ? "true" : "false"); tDebug( LOGEXTRA ) << Q_FUNC_INFO << "Has results?" << ( hasResults ? "true" : "false" );
if ( hasResults ) if ( hasResults )
{ {
m_gotNextItem = true; m_gotNextItem = true;