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

[applets/kicker] Port away from Qt's foreach & refactor child object retrieval

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.
parent d787acce
Pipeline #102852 passed with stage
in 7 minutes and 38 seconds
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