mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-08 14:34:01 -06:00
Some file renaming
Contributes to CURA-5378
This commit is contained in:
parent
61c635fbaf
commit
13069a2f99
6 changed files with 6 additions and 6 deletions
|
@ -94,7 +94,7 @@ Item
|
|||
Repeater
|
||||
{
|
||||
model: favoriteMaterialsModel
|
||||
delegate: MaterialSlot {
|
||||
delegate: MaterialsSlot {
|
||||
material: model
|
||||
}
|
||||
}
|
||||
|
@ -171,7 +171,7 @@ Item
|
|||
Repeater
|
||||
{
|
||||
model: genericMaterialsModel
|
||||
delegate: MaterialSlot {
|
||||
delegate: MaterialsSlot {
|
||||
material: model
|
||||
}
|
||||
}
|
||||
|
@ -181,7 +181,7 @@ Item
|
|||
{
|
||||
id: brand_list
|
||||
model: materialsModel
|
||||
delegate: MaterialBrandSection {}
|
||||
delegate: MaterialsBrandSection {}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue