Added missing ()

CL-541
This commit is contained in:
Jaime van Kessel 2017-11-20 11:34:24 +01:00
parent 22f2279a76
commit c1dbdc64ee

View file

@ -26,7 +26,7 @@ i18n_catalog = i18nCatalog("cura")
# For all other uses it should be used in the same way as a "regular" OutputDevice.
@signalemitter
class PrinterOutputDevice(QObject, OutputDevice):
printersChanged = pyqtSignal
printersChanged = pyqtSignal()
def __init__(self, device_id, parent = None):
super().__init__(device_id = device_id, parent = parent)