mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-01 11:50:37 +02:00
* Style fix.
This commit is contained in:
@@ -151,7 +151,7 @@ SourcePlaylistInterface::onSourcePlaybackStarted( const Tomahawk::query_ptr& que
|
||||
void
|
||||
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 )
|
||||
{
|
||||
m_gotNextItem = true;
|
||||
|
Reference in New Issue
Block a user