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:
parent
70a17eafcf
commit
ca6adf7922
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user