1
0
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:
Dominik Schmidt
2014-11-13 18:01:26 +01:00
parent b77d4dc73e
commit 0d51bfb786
3 changed files with 21 additions and 21 deletions

View File

@@ -157,6 +157,7 @@ JSInfoPlugin::callMethodOnInfoPlugin ( const QString& scriptSource )
return d->resolver->evaluateJavaScript( eval );
}
QSet< Tomahawk::InfoSystem::InfoType >
JSInfoPlugin::parseSupportedTypes( const QVariant& variant )
{

View File

@@ -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() );
}