Skip to content

AbstractApplicationHeader: Improve the template code

ivan tkachenko requested to merge work/ratijas/appheader-reduce into master

In Qt 6 QML list types are compatible with arrays in terms of API, so they can be directly iterated over, or reduced with standard methods.

Merge request reports