mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-08 07:27:29 -06:00
Improve signals
Contributes to CL-1267
This commit is contained in:
parent
2233543780
commit
feec1ffb56
1 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue