since imagePath is regularly used to check if images are present, be a bit more quiet

svn path=/trunk/KDE/kdelibs/; revision=1111731
This commit is contained in:
Marco Martin 2010-04-06 15:06:41 +00:00
parent 2cecd31fe2
commit 997e6b32ea

View File

@ -528,7 +528,7 @@ QString Theme::imagePath(const QString &name) const
}
if (path.isEmpty()) {
kDebug() << "Theme says: bad image path " << name;
//kDebug() << "Theme says: bad image path " << name;
}
return path;