-
Task
-
Resolution: Unresolved
-
P3: Somewhat important
-
None
-
None
-
None
See epic for a description.
This task is about code like this:
QDirListing dirList(d->dirEntry.filePath(), nameFilters, filters.toInt()); QStringList ret; if (needsSorting) { QFileInfoList l; for (const auto &dirEntry : dirList) l.emplace_back(dirEntry.fileInfo()); d->sortFileList(sort, l, &ret, nullptr); } else { for (const auto &dirEntry : dirList) ret.emplace_back(dirEntry.fileName()); }
(there's bound to be more), which could just use QDirListingPrivate instead.
- clones
-
QTBUG-138875 Use QLocalePrivate, not QLocale, in Q(System)Locale implementation
-
- Open
-