Port KFileMetaData from QMap to QMultiMap
Closed, DuplicatePublic

Description

In a few places insertMulti()/uniqueKeys() is used on a QMap. This is deprecated and QMultiMap should be used instead

It's all in exposed API though, so I don't think it can be done before branching.