From feec1ffb5643b2ce6ece7d2a54e9ca32fdad02f4 Mon Sep 17 00:00:00 2001 From: Ian Paschal Date: Mon, 1 Apr 2019 12:17:01 +0200 Subject: [PATCH] Improve signals Contributes to CL-1267 --- .../UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py b/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py index 67245eb357..680caa568a 100644 --- a/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py +++ b/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py @@ -32,8 +32,8 @@ class CloudOutputDeviceManager: # The translation catalog for this device. I18N_CATALOG = i18nCatalog("cura") - addedCloudCluster = Signal() - removedCloudCluster = Signal() + addedCloudCluster = Signal(CloudOutputDevice) + removedCloudCluster = Signal(CloudOutputDevice) def __init__(self) -> None: # Persistent dict containing the remote clusters for the authenticated user.