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:
parent
cc9963935c
commit
67fde57345
@ -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
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user