mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-08 23:26:40 +02:00
Fix code style
This commit is contained in:
@@ -157,6 +157,7 @@ JSInfoPlugin::callMethodOnInfoPlugin ( const QString& scriptSource )
|
||||
return d->resolver->evaluateJavaScript( eval );
|
||||
}
|
||||
|
||||
|
||||
QSet< Tomahawk::InfoSystem::InfoType >
|
||||
JSInfoPlugin::parseSupportedTypes( const QVariant& variant )
|
||||
{
|
||||
|
@@ -99,9 +99,9 @@ JSInfoSystemHelper::nativeGetCachedInfo ( int infoPluginId, int requestId, int n
|
||||
}
|
||||
|
||||
d->infoPlugins[ infoPluginId ]->emitGetCachedInfo( requestId, criteria, newMaxAge );
|
||||
|
||||
}
|
||||
|
||||
|
||||
void JSInfoSystemHelper::nativeDataError( int infoPluginId, int requestId )
|
||||
{
|
||||
Q_D( JSInfoSystemHelper );
|
||||
@@ -114,4 +114,3 @@ void JSInfoSystemHelper::nativeDataError ( int infoPluginId, int requestId )
|
||||
|
||||
d->infoPlugins[ infoPluginId ]->emitInfo( requestId, QVariantMap() );
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user