Skip to content

Improve loop implementations in WindowQuadList

Aleix Pol Gonzalez requested to merge work/good-loops into master

Prefer for() to foreach(), as the latter is deprecated. Prefer iterating QList using the iteration_expression for() loops, rather than doing it by index.

Merge request reports