Details
Description
QDir::entryInfoList() returns an empty list in Qt 6.5 on Android, when nameFilters is used:
QString path(QFileDialog::getExistingDirectory()); QDir dir(path); QFileInfoList files(dir.entryInfoList("*.gpx", QDir::Files)); // 'files' is empty on Qt 6.5; on Qt 6.4 it contains the gpx files as expected
Attachments
Issue Links
- is duplicated by
-
QTBUG-112663 QFile on Android unable to open file content:// with space in the name
- Closed