diff --git a/src/ui/iconloader.cpp b/src/ui/iconloader.cpp index b0ae8a0ad..0ea738bc8 100644 --- a/src/ui/iconloader.cpp +++ b/src/ui/iconloader.cpp @@ -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_) {