this works, and i know it works, so the debug can go away for now so i can see other potentially important things in the output =)

svn path=/trunk/KDE/kdebase/workspace/plasma/lib/; revision=643671
This commit is contained in:
Aaron J. Seigo 2007-03-18 06:57:48 +00:00
parent 0445867daa
commit d7caba7c6f

View File

@ -77,11 +77,11 @@ class Svg::Private
.arg( themePath );
if ( QPixmapCache::find( id, p ) ) {
kDebug() << "found cached version of " << id << endl;
//kDebug() << "found cached version of " << id << endl;
return;
} else {
}/* else {
kDebug() << "didn't find cached version of " << id << ", so re-rendering" << endl;
}
}*/
// we have to re-render this puppy
if ( ! renderer ) {