mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-24 15:13:56 -06:00
WIP: Cleanup old QualityManager
This commit is contained in:
parent
d4db41503f
commit
3fffc2c621
3 changed files with 10 additions and 44 deletions
|
@ -161,7 +161,7 @@ class ContainerManager(QObject):
|
|||
return container.getProperty(setting_key, property_name)
|
||||
|
||||
## Set the name of the specified material.
|
||||
@pyqtSlot("QVariant", str)
|
||||
@pyqtSlot(QObject, str)
|
||||
def setMaterialName(self, material_node, new_name):
|
||||
root_material_id = material_node.metadata["base_file"]
|
||||
if self._container_registry.isReadOnly(root_material_id):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue