Diffusion KIO 1a74a840d1e7

Use ++ operator to advance QHash::const_iterator

Authored by ahmadsamir on May 31 2020, 11:58 AM.

Description

Use ++ operator to advance QHash::const_iterator

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