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 Instantiator
{ {
model: UM.Models.extensionModel model: UM.ExtensionModel { }
Menu Menu
{ {

View File

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