Details
-
Bug
-
Resolution: Fixed
-
P2: Important
-
6.8
-
None
-
-
e583c3d51 (dev), 7c663d04d (6.8)
Description
QDirListing l(QDir::homePath()); for (const auto &e : l) qDebug() << e.absoluteFilePath();
produces sth like
Qt 6.8.0 (x86_64-little_endian-lp64 shared (dynamic) debug build; by GCC 13.2.0) "/home/user/Public" "/home/user/Desktop" "/home/user" "/home" ....
It seems it also visits '.' and '..' which is quite unexpected and surprising.
Attachments
Issue Links
- relates to
-
QTBUG-124646 QDirListing QDir::NoFilter filters
- Closed