mirror of
https://github.com/clementine-player/Clementine
synced 2024-12-16 19:31:02 +01:00
Remove debug output
This commit is contained in:
parent
4d57ccb41c
commit
becdbb05a3
@ -32,8 +32,6 @@ QIcon IconLoader::Load(const QString &name) {
|
||||
if (!ret.isNull())
|
||||
return ret;
|
||||
|
||||
qWarning() << "icon" << name << "not found in theme";
|
||||
|
||||
// Otherwise use our fallback theme
|
||||
const QString path(":/icons/%1x%2/%3.png");
|
||||
foreach (int size, sizes_) {
|
||||
|
Loading…
Reference in New Issue
Block a user