comment out the debug we know is working so i can read debug from stuff that isn't

svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=677928
This commit is contained in:
Aaron J. Seigo 2007-06-20 07:39:04 +00:00
parent 65f98b0246
commit f29bc49788

View File

@ -400,7 +400,7 @@ QPixmap Icon::buttonPixmap()
//paint foreground element
if (!element.isEmpty()) {
kDebug() << "painting " << element << endl;
//kDebug() << "painting " << element << endl;
d->svg.resize(pix.size());
d->svg.paint(&painter, 0, 0, element);
d->svg.resize(boundingRect().size());