Prevent a few expensive conversions from happening in the QML

This commit is contained in:
Jaime van Kessel 2019-02-21 16:36:14 +01:00
parent b64cf1fe1c
commit d9c4edf093
2 changed files with 3 additions and 3 deletions

View file

@ -97,7 +97,7 @@ Menu
id: brandMaterialsMenu
title: materialName
property string materialName: model.name
property var brandMaterialColors: model.colors
property ListModel brandMaterialColors: model.colors
Instantiator
{