1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-03-19 15:29:42 +01:00

Silence warning

This commit is contained in:
Jeff Mitchell 2014-04-02 12:53:01 -04:00
parent 70a17eafcf
commit ca6adf7922

View File

@ -464,7 +464,7 @@ AtticaManager::resolverIconFetched()
const QString resolverId = reply->property( "resolverId" ).toString();
if ( !reply->error() == QNetworkReply::NoError )
if ( reply->error() != QNetworkReply::NoError )
{
tLog() << "Failed to fetch resolver icon image:" << reply->errorString();
return;