Skip to content
Snippets Groups Projects
Commit 9f0ca042 authored by Andrius Štikonas's avatar Andrius Štikonas
Browse files

Port away from most cases of Q_FOREACH to C++11 ranged for loop.

In order to avoid deep copies, Qt containers over which we iterate must be const
The remaining unported cases require qAsConst (Qt 5.7) or std::as_const (C++17)
parent b0122f25
No related branches found
No related tags found
No related merge requests found
Showing
with 51 additions and 44 deletions
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