Skip to content

Use ++ operator to advance QHash::const_iterator

Ahmad Samir requested to merge work/deprecated-qhash-iter into master

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

Merge request reports