Skip to content
Verified Commit d787acce authored by ivan tkachenko's avatar ivan tkachenko 🗯
Browse files

[applets/kicker] Port away from Qt's foreach

Qt's foreach is deprecated and should be replaced with modern C++
range-for loops. Const qualifiers are added to variable declarations
and wrapper in std::as_const as required to prevent unnecessary
clones/detach.

And factored out some duplicated code on the way.
parent 3ab0eb9a
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