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

Action: Refactor and port to modern QML/JS

Most importantly, this patch relaxes type requirement for parent and
children actions to allow unstyled T.Action, but also narrows down
visibleChildren from being a generic var to be a typed list<T.Action>

Both loops have gone in favor of modern iterators, while dynamic
property checks were replaced with typed instanceof operator.
parent 37380188
Pipeline #470533 passed with stage
in 3 minutes and 37 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