Skip to content

KCoreDirLister: reduce string allocations in `setNameFilter`

Fushan Wen requested to merge work/fuf/efficiencymetaData into master

QRegularExpression::wildcardToRegularExpression converts QString to QStringView and it also accepts QStringView.

Merge request reports