Remove debug output

This commit is contained in:
David Sansome 2010-05-19 15:53:32 +00:00
parent 4d57ccb41c
commit becdbb05a3
1 changed files with 0 additions and 2 deletions

View File

@ -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_) {