mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 22:47:29 -06:00
Changed namespace of usbprintermanager (QML) to Cura from UM
CURA-1339
This commit is contained in:
parent
a59c113887
commit
8a47903374
5 changed files with 8 additions and 11 deletions
|
@ -30,10 +30,7 @@ i18n_catalog = i18nCatalog("cura")
|
|||
## Manager class that ensures that a usbPrinteroutput device is created for every connected USB printer.
|
||||
class USBPrinterOutputDeviceManager(QObject, SignalEmitter, OutputDevicePlugin, Extension):
|
||||
def __init__(self, parent = None):
|
||||
QObject.__init__(self, parent)
|
||||
SignalEmitter.__init__(self)
|
||||
OutputDevicePlugin.__init__(self)
|
||||
Extension.__init__(self)
|
||||
super().__init__(parent = parent)
|
||||
self._serial_port_list = []
|
||||
self._usb_output_devices = {}
|
||||
self._usb_output_devices_model = None
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue