Contributes to CL-1331
This commit is contained in:
Ian Paschal 2019-05-09 16:41:01 +02:00
parent f7ef24819d
commit d391ec4e6b
2 changed files with 2 additions and 0 deletions

View file

@ -68,6 +68,7 @@ class Machines(QObject):
## Set the current machine's configuration from an (optional) output device.
# If no output device is given, the first one available on the machine will be used.
# NOTE: Group and machine are used interchangeably.
# NOTE: This doesn't seem to be used anywhere. Maybe delete?
@pyqtSlot(QObject)
def updateCurrentMachineConfiguration(self, output_device: Optional["PrinterOutputDevice"]) -> None: