mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-07 06:57:28 -06:00
Fix instantiating CloudOutputDeviceManager
This commit is contained in:
parent
2fc5061c41
commit
3e100775df
2 changed files with 5 additions and 5 deletions
|
@ -41,7 +41,7 @@ class UM3OutputDevicePlugin(OutputDevicePlugin):
|
|||
self._zero_conf_browser = None
|
||||
|
||||
# Create a cloud output device manager that abstract all cloud connection logic away.
|
||||
self._cloud_output_device_manager = CloudOutputDeviceManager(self._application)
|
||||
self._cloud_output_device_manager = CloudOutputDeviceManager()
|
||||
|
||||
# Because the model needs to be created in the same thread as the QMLEngine, we use a signal.
|
||||
self.addDeviceSignal.connect(self._onAddDevice)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue