Details
-
Suggestion
-
Resolution: Incomplete
-
Not Evaluated
-
None
-
4.6.1
Description
The documentation on QDir::entryList ( Filters filters = NoFilter, SortFlags sort = NoSort ) const says:
Note: To list symlinks that point to non existing files, System must be passed to the filter.
This note should also be mentioned in the description of QDir::Filter, because using e.g. QDirIterator for directory listing
one would not look at the documentation of entryList()...