mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-07-31 11:20:22 +02:00
Fix style
This commit is contained in:
committed by
Dominik Schmidt
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
|
||||
{
|
||||
|
Reference in New Issue
Block a user