Improve signals

Contributes to CL-1267
This commit is contained in:
Ian Paschal 2019-04-01 12:17:01 +02:00
parent 2233543780
commit feec1ffb56

View File

@ -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.