1
0
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:
Christian Muehlhaeuser
2015-03-31 19:49:56 +02:00
parent e250524fc0
commit b265af268a

View File

@@ -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;
}