Skip to content

Port away from deprecated QMap:insertMulti

Friedrich W. H. Kossebau requested to merge work/kossebau/nodeprecatedqtapi into master

The only container currently used with the operator>> template method is QMap, by Protocol::Attributes (typedef of QMap<QByteArray, QByteArray>). That one is not making use of multi-value entries, so we can safely use the insert method instead,

@dvratil @mlaurent @vkrause

Merge request reports