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:
@@ -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;
|
||||||
|
Reference in New Issue
Block a user