Skip to content
  • Volker Krause's avatar
    Replace QMap::unite with QMap::insert · 198d7b48
    Volker Krause authored
    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.
    198d7b48