Fix color aware themes

BUG: 208841

svn path=/trunk/KDE/kdelibs/; revision=1031687
This commit is contained in:
Christoph Feck 2009-10-05 18:57:06 +00:00
parent 0e59e70583
commit 1a94dec4e2

View File

@ -319,7 +319,7 @@ class SvgPrivate
}
path = actualTheme()->imagePath(themePath);
themeFailed = !path.isEmpty();
themeFailed = path.isEmpty();
if (themeFailed) {
return QRectF();