Skip to content

KBookmark: add QAnyStringView overload for metaDataItem

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

Most calls to metaDataItem only use Latin keys. To make the string comparison faster, add a QAnyStringView overload, which is still slightly slower than QLatin1StringView, but can keep the most compatibility and compactness.

Merge request reports