Skip to content

CategoryModel: Switch rootCategories property to its actual type

ivan tkachenko requested to merge work/ratijas/category-model-property into master

In Qt 6 QML there seem to be no need for QVariantList hacks to transfer lists of registered metaobjects to QML.

Also port methods to return const references to avoid unneeded copies.

Merge request reports