Use ++ operator to advance QHash::const_iterator

Since Qt5.15 QHash::const_iterator operator+() is deprecated, and the code was doing "1 + it" anyway.

Merge request reports

Loading