mirror of
https://github.com/Ultimaker/Cura.git
synced 2026-01-24 14:16:46 -07:00
Instantiate models instead of using the Models object
Since Models has been removed
This commit is contained in:
parent
207bdb3cd5
commit
5e226038d9
2 changed files with 2 additions and 2 deletions
|
|
@ -294,7 +294,7 @@ UM.MainWindow
|
|||
|
||||
Instantiator
|
||||
{
|
||||
model: UM.Models.extensionModel
|
||||
model: UM.ExtensionModel { }
|
||||
|
||||
Menu
|
||||
{
|
||||
|
|
|
|||
|
|
@ -25,7 +25,7 @@ Item {
|
|||
Repeater {
|
||||
id: repeat
|
||||
|
||||
model: UM.Models.toolModel
|
||||
model: UM.ToolModel { }
|
||||
|
||||
Button {
|
||||
text: model.name
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue