mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-19 23:17:21 -06:00
- Suppress another valgrind warning
This commit is contained in:
@@ -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();
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user