mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-14 02:07:51 -06:00
Added missing ()
CL-541
This commit is contained in:
parent
22f2279a76
commit
c1dbdc64ee
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ i18n_catalog = i18nCatalog("cura")
|
||||||
# For all other uses it should be used in the same way as a "regular" OutputDevice.
|
# For all other uses it should be used in the same way as a "regular" OutputDevice.
|
||||||
@signalemitter
|
@signalemitter
|
||||||
class PrinterOutputDevice(QObject, OutputDevice):
|
class PrinterOutputDevice(QObject, OutputDevice):
|
||||||
printersChanged = pyqtSignal
|
printersChanged = pyqtSignal()
|
||||||
|
|
||||||
def __init__(self, device_id, parent = None):
|
def __init__(self, device_id, parent = None):
|
||||||
super().__init__(device_id = device_id, parent = parent)
|
super().__init__(device_id = device_id, parent = parent)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue