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 f62c36abb6
commit 5a8caa6d06
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;
}