mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-12 00:54:20 +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
|
void
|
||||||
Result::setFriendlySource(const QString& s)
|
Result::setFriendlySource( const QString& s )
|
||||||
{
|
{
|
||||||
m_friendlySource = s;
|
m_friendlySource = s;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
void
|
void
|
||||||
Result::setPurchaseUrl(const QString& u)
|
Result::setPurchaseUrl( const QString& u )
|
||||||
{
|
{
|
||||||
m_purchaseUrl = u;
|
m_purchaseUrl = u;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
void
|
void
|
||||||
Result::setLinkUrl(const QString& u)
|
Result::setLinkUrl( const QString& u )
|
||||||
{
|
{
|
||||||
m_linkUrl = u;
|
m_linkUrl = u;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user