Details
-
Bug
-
Resolution: Won't Do
-
Not Evaluated
-
None
-
6.7
-
None
Description
When using QDirListing with QDir::Nofilter, QDirListing filters. This can be seen if you try to list a directory containing broken symlinks. Or, as far as I can tell, any symlinks (so there may be two bugs).
QDirListing's constructor transforms NoFilter to AllEntries but for historical reasons all entries are not all entries (maybe that's also why NoFilter filters?). As a result, in matchesFilters, we have the booleans:
- includeHidden = false
- includeSystem = false
Which is patently wrong.
Attachments
Issue Links
- relates to
-
QTBUG-125512 QDirListing::const_iterator copy semantics
- Reported
-
QTBUG-125504 QDirListing includes '.' and '..'
- Closed