Skip to content

Minor code cleanup

Ahmad Samir requested to merge work/ahmad/small-fixes into master

Iterate over a QHash directly rather than creating a temporary container from keys().

Guard against using an out of range index into a QString.

Merge request reports