Details
-
Bug
-
Resolution: Done
-
Not Evaluated
-
5.2.0
-
None
-
Windows.
-
2cd2cba0868efb7e8dd2d00805f1a5ceed0a1349
Description
QFileIconProvider returns the same icon for all ANI and CUR files - the icon of first encountered file of it's extension - though it shouldn't 'cause these files are icons themselves. I'm pretty sure, the reason for this is 'static bool isCacheable(const QFileInfo &fi)' function (qtbase/src/widgets/itemviews/qfileiconprovider.cpp, line 228).