Skip to content

Avoid QString (de)allocations in Entry::find

Nicolas Fella requested to merge work/findstringview into master

Use QStringView to avoid unnecessary (de)allocations

Merge request reports