Use Webkit's SVG renderer for icons on macro page

This commit is contained in:
wmayer
2012-09-11 11:32:58 +02:00
parent e92ae88632
commit 1a404f4fd1
2 changed files with 5 additions and 1 deletions

View File

@@ -166,6 +166,9 @@ QStringList BitmapFactoryInst::findIconFiles() const
files << it->absoluteFilePath();
}
#if QT_VERSION >= 0x040500
files.removeDuplicates();
#endif
return files;
}