KBookmark: add QAnyStringView overload for metaDataItem
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.