mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-01-10 23:07:59 +00:00
- Suppress another valgrind warning
This commit is contained in:
parent
fb4700907d
commit
b64919234a
@ -213,7 +213,7 @@ public:
|
||||
if(iso[1] == 'A') return QIcon(":/Icons/flags/south_africa.png");
|
||||
break;
|
||||
}
|
||||
qDebug("Unrecognized country code: %s", iso);
|
||||
qDebug("Unrecognized country code: %c%c", iso[0], iso[1]);
|
||||
return QIcon();
|
||||
}
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user