mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-07 14:46:33 +02:00
Readd lost const qualifier
This commit is contained in:
@@ -335,7 +335,7 @@ LastFmConfig::onLovedFinished( QNetworkReply* reply )
|
|||||||
|
|
||||||
|
|
||||||
bool
|
bool
|
||||||
trackEquality( Tomahawk::track_ptr first, const Tomahawk::track_ptr& second )
|
trackEquality( const Tomahawk::track_ptr first, const Tomahawk::track_ptr& second )
|
||||||
{
|
{
|
||||||
qDebug() << "Comparing:" << first->track() << second->track();
|
qDebug() << "Comparing:" << first->track() << second->track();
|
||||||
qDebug() << "==========" << first->artist() << second->artist();
|
qDebug() << "==========" << first->artist() << second->artist();
|
||||||
|
Reference in New Issue
Block a user