1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-03-20 07:49:42 +01:00

Readd lost const qualifier

This commit is contained in:
Uwe L. Korn 2014-08-21 16:36:04 +01:00
parent e394a5fc71
commit 7fab0866e0

View File

@ -335,7 +335,7 @@ LastFmConfig::onLovedFinished( QNetworkReply* reply )
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() << "==========" << first->artist() << second->artist();