Instantiate models instead of using the Models object

Since Models has been removed
This commit is contained in:
Arjen Hiemstra 2016-05-11 16:38:54 +02:00
parent 207bdb3cd5
commit 5e226038d9
2 changed files with 2 additions and 2 deletions

View File

@ -294,7 +294,7 @@ UM.MainWindow
Instantiator
{
model: UM.Models.extensionModel
model: UM.ExtensionModel { }
Menu
{

View File

@ -25,7 +25,7 @@ Item {
Repeater {
id: repeat
model: UM.Models.toolModel
model: UM.ToolModel { }
Button {
text: model.name