Re-added manual printer adding

CL-541
This commit is contained in:
Jaime van Kessel 2017-12-20 16:30:40 +01:00
parent d66e9493ca
commit 041b1830fe
4 changed files with 128 additions and 7 deletions

View file

@ -266,6 +266,9 @@ class NetworkedPrinterOutputDevice(PrinterOutputDevice):
else:
return ""
def getProperties(self):
return self._properties
## Get the unique key of this machine
# \return key String containing the key of the machine.
@pyqtProperty(str, constant=True)