mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-21 13:53:37 -07:00
- Suppress another valgrind warning
This commit is contained in:
parent
fb4700907d
commit
b64919234a
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue