Repaired the monitor icon not being updated

CL-541
This commit is contained in:
Jaime van Kessel 2017-12-08 14:36:53 +01:00
parent a8695db1c8
commit 9ccd643f64
5 changed files with 76 additions and 27 deletions

View file

@ -143,7 +143,7 @@ class PrinterOutputDevice(QObject, OutputDevice):
if self._accepts_commands != accepts_commands:
self._accepts_commands = accepts_commands
self.acceptsCommandsChanged.emit()
self.acceptsCommandsChanged.emit()
## The current processing state of the backend.