1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-03-19 15:29:42 +01:00

Fix style

This commit is contained in:
Dominik Schmidt 2014-11-30 01:45:35 +01:00 committed by Dominik Schmidt
parent cc9963935c
commit 67fde57345

View File

@ -33,7 +33,9 @@ Tomahawk::Utils::LinkGeneratorPlugin::openLink(const QString&, const QString&, c
return nullptr;
}
Tomahawk::ScriptJob* Tomahawk::Utils::LinkGeneratorPlugin::openLink( const Tomahawk::query_ptr& query ) const
Tomahawk::ScriptJob*
Tomahawk::Utils::LinkGeneratorPlugin::openLink( const Tomahawk::query_ptr& query ) const
{
QString title = query->track()->track();
QString artist = query->track()->artist();
@ -43,7 +45,6 @@ Tomahawk::ScriptJob* Tomahawk::Utils::LinkGeneratorPlugin::openLink( const Tomah
}
Tomahawk::ScriptJob*
Tomahawk::Utils::LinkGeneratorPlugin::openLink(const Tomahawk::artist_ptr&) const
{