mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 14:37:29 -06:00
Change function name to better reflect what it does
CURA-7609
This commit is contained in:
parent
4e20c7dddc
commit
c8771124ad
2 changed files with 2 additions and 2 deletions
|
@ -155,7 +155,7 @@ class WorkspaceDialog(QObject):
|
|||
def updatableMachinesModel(self) -> UpdatableMachinesModel:
|
||||
return cast(UpdatableMachinesModel, self._updatable_machines_model)
|
||||
|
||||
def setUpdatableMachinesModel(self, updatable_machines: List[GlobalStack]) -> None:
|
||||
def setUpdatableMachines(self, updatable_machines: List[GlobalStack]) -> None:
|
||||
self._updatable_machines_model.update(updatable_machines)
|
||||
self.updatableMachinesChanged.emit()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue