mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-25 15:44:04 -06:00
Implement setDirty for mockContainer
This commit is contained in:
parent
d0a84828ff
commit
ea0c8ff9bc
1 changed files with 3 additions and 0 deletions
|
@ -153,6 +153,9 @@ class MockContainer(ContainerInterface, UM.PluginObject.PluginObject):
|
||||||
def isDirty(self):
|
def isDirty(self):
|
||||||
return True
|
return True
|
||||||
|
|
||||||
|
def setDirty(self, dirty):
|
||||||
|
pass
|
||||||
|
|
||||||
metaDataChanged = Signal()
|
metaDataChanged = Signal()
|
||||||
propertyChanged = Signal()
|
propertyChanged = Signal()
|
||||||
containersChanged = Signal()
|
containersChanged = Signal()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue