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:
parent
e394a5fc71
commit
7fab0866e0
@ -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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user