Skip to content
Snippets Groups Projects
Commit 3dfb4027 authored by Thorbjørn Lindeijer's avatar Thorbjørn Lindeijer
Browse files

Avoid using values() to iterate over QMap/QHash containers

It's more performant to iterate over the values directly than to first
stick them into a new container.

Reviewed-by: Thomas Hartmann
parent 2b0266d0
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment