Skip to content
Commit 198d7b48 authored by Volker Krause's avatar Volker Krause
Browse files

Replace QMap::unite with QMap::insert

QMap::unite is deprecated as it can generate multiple entries for the same
key, which is not desired here. QMap::insert does the same, but overrides
existing values if a key already exists.
parent 07f1fbbf
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment