mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-05-07 20:09:01 +08:00
Improve signals
Contributes to CL-1267
This commit is contained in:
parent
2233543780
commit
feec1ffb56
@ -32,8 +32,8 @@ class CloudOutputDeviceManager:
|
|||||||
# The translation catalog for this device.
|
# The translation catalog for this device.
|
||||||
I18N_CATALOG = i18nCatalog("cura")
|
I18N_CATALOG = i18nCatalog("cura")
|
||||||
|
|
||||||
addedCloudCluster = Signal()
|
addedCloudCluster = Signal(CloudOutputDevice)
|
||||||
removedCloudCluster = Signal()
|
removedCloudCluster = Signal(CloudOutputDevice)
|
||||||
|
|
||||||
def __init__(self) -> None:
|
def __init__(self) -> None:
|
||||||
# Persistent dict containing the remote clusters for the authenticated user.
|
# Persistent dict containing the remote clusters for the authenticated user.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user