Browse Source

Implement setDirty for mockContainer

Jaime van Kessel 4 years ago
parent
commit
ea0c8ff9bc
1 changed files with 3 additions and 0 deletions
  1. 3 0
      tests/Settings/MockContainer.py

+ 3 - 0
tests/Settings/MockContainer.py

@@ -153,6 +153,9 @@ class MockContainer(ContainerInterface, UM.PluginObject.PluginObject):
     def isDirty(self):
         return True
 
+    def setDirty(self, dirty):
+        pass
+
     metaDataChanged = Signal()
     propertyChanged = Signal()
     containersChanged = Signal()