Skip to content
Commit f2ae1557 authored by Daniel Vrátil's avatar Daniel Vrátil 🤖
Browse files

Use Q_FOREACH instead of C++11 range-loops

Unlike Q_FOREACH, range-loops always call non-const begin() on container
(unless the container is const), which in case of Qt containers causes
detach and deep copy.
parent 351ba3a7
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