Some file renaming

Contributes to CURA-5378
This commit is contained in:
Ian Paschal 2018-08-24 11:06:44 +02:00
parent 61c635fbaf
commit 13069a2f99
6 changed files with 6 additions and 6 deletions

View file

@ -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 {}
}
}
}