Remove usage of plugin model

This commit is contained in:
Jaime van Kessel 2019-02-21 17:16:59 +01:00
parent d9c4edf093
commit 48ed9b6e20
2 changed files with 5 additions and 21 deletions

View file

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