Skip to content

Fix deprecated warning QMap::unite

Sune Vuorela requested to merge work/sune/qmap-deprecation into master

It looks like we mostly come with new values, and if we actually end up with duplication we want the newest found and not do multi inserts.

Merge request reports