Skip to content

Fix map interators when building against Qt6

Nicolas Fella requested to merge work/multi into master

In Qt6 we need to use QMutableMultiMapInterator for interating over a QMultiMap

Merge request reports