1
0
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:
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 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;
} }