mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-11 16:44:05 +02:00
Style fixes for Result.cpp
This commit is contained in:
@@ -311,24 +311,22 @@ Result::setResolvedByCollection( const Tomahawk::collection_ptr& collection , bo
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
void
|
||||
Result::setFriendlySource(const QString& s)
|
||||
Result::setFriendlySource( const QString& s )
|
||||
{
|
||||
m_friendlySource = s;
|
||||
}
|
||||
|
||||
|
||||
void
|
||||
Result::setPurchaseUrl(const QString& u)
|
||||
Result::setPurchaseUrl( const QString& u )
|
||||
{
|
||||
m_purchaseUrl = u;
|
||||
}
|
||||
|
||||
|
||||
void
|
||||
Result::setLinkUrl(const QString& u)
|
||||
Result::setLinkUrl( const QString& u )
|
||||
{
|
||||
m_linkUrl = u;
|
||||
}
|
||||
|
Reference in New Issue
Block a user