Skip to content

Port KEntryMap to std::map

Waqar Ahmed requested to merge work/stdmap into master

QMap is now std::map under the hood and provides additional features that are not really needed. We can just use the real container under the hood.

Merge request reports