mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-07 06:36:55 +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;
|
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 title = query->track()->track();
|
||||||
QString artist = query->track()->artist();
|
QString artist = query->track()->artist();
|
||||||
@@ -43,7 +45,6 @@ Tomahawk::ScriptJob* Tomahawk::Utils::LinkGeneratorPlugin::openLink( const Tomah
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Tomahawk::ScriptJob*
|
Tomahawk::ScriptJob*
|
||||||
Tomahawk::Utils::LinkGeneratorPlugin::openLink(const Tomahawk::artist_ptr&) const
|
Tomahawk::Utils::LinkGeneratorPlugin::openLink(const Tomahawk::artist_ptr&) const
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user