mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
Update references to moved classes so things work again
Contributes to CURA-342
This commit is contained in:
parent
a882c43b2c
commit
ce3a5f7e48
3 changed files with 11 additions and 15 deletions
|
|
@ -90,4 +90,4 @@ class ContainerSettingsModel(ListModel):
|
|||
containersChanged = pyqtSignal()
|
||||
@pyqtProperty("QVariantList", fset = setContainers, notify = containersChanged)
|
||||
def containers(self):
|
||||
return self.container_ids
|
||||
return self.container_ids
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue