Small code improvements

This commit is contained in:
ChrisTerBeke 2019-07-29 21:58:29 +02:00
parent f34fc7e6f9
commit fa5b083b74
9 changed files with 15 additions and 8 deletions

View file

@ -15,7 +15,7 @@ class UM3PrintJobOutputModel(PrintJobOutputModel):
def __init__(self, output_controller: PrinterOutputController, key: str = "", name: str = "", parent=None) -> None:
super().__init__(output_controller, key, name, parent)
self._configuration_changes = [] # type: List[ConfigurationChangeModel]
self._configuration_changes = [] # type: List[ConfigurationChangeModel]
@pyqtProperty("QVariantList", notify=configurationChangesChanged)
def configurationChanges(self) -> List[ConfigurationChangeModel]: