mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-07 14:46:33 +02:00
Stylefix
This commit is contained in:
@@ -262,7 +262,7 @@ WhatsHotWidget::infoSystemInfo( Tomahawk::InfoSystem::InfoRequestData requestDat
|
|||||||
const QString type = returnedData[ "type" ].toString();
|
const QString type = returnedData[ "type" ].toString();
|
||||||
if ( !returnedData.contains( type ) )
|
if ( !returnedData.contains( type ) )
|
||||||
break;
|
break;
|
||||||
const QString side = requestData.customData["whatshot_side"].toString();
|
|
||||||
const QString chartId = requestData.input.value< Tomahawk::InfoSystem::InfoStringHash >().value( "chart_id" );
|
const QString chartId = requestData.input.value< Tomahawk::InfoSystem::InfoStringHash >().value( "chart_id" );
|
||||||
|
|
||||||
m_queuedFetches.remove( chartId );
|
m_queuedFetches.remove( chartId );
|
||||||
@@ -319,7 +319,6 @@ WhatsHotWidget::infoSystemInfo( Tomahawk::InfoSystem::InfoRequestData requestDat
|
|||||||
}
|
}
|
||||||
|
|
||||||
QMetaObject::invokeMethod( loader, "go", Qt::QueuedConnection );
|
QMetaObject::invokeMethod( loader, "go", Qt::QueuedConnection );
|
||||||
|
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user