Skip to content
Commit 8bbe76e8 authored by Sergio Martins's avatar Sergio Martins
Browse files

Don't foreach on QHash::keys()

Saves 1 whole QHash iteration, 1 allocation due to temporary QList creation and 1 lookup
because we don't call value() anymore.
parent 39ecdbd3
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment