1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-06 06:07:37 +02: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(); 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(); tLog() << "Failed to fetch resolver icon image:" << reply->errorString();
return; return;