mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-07 06:57:28 -06:00
Improve comment
Contributes to CL-1222
This commit is contained in:
parent
c41e81a6b9
commit
b29f3d3bd0
1 changed files with 1 additions and 1 deletions
|
@ -86,7 +86,7 @@ class UM3OutputDevicePlugin(OutputDevicePlugin):
|
||||||
# Check if cloud flow is possible when user logs in
|
# Check if cloud flow is possible when user logs in
|
||||||
self._account.loginStateChanged.connect(self.checkCloudFlowIsPossible)
|
self._account.loginStateChanged.connect(self.checkCloudFlowIsPossible)
|
||||||
|
|
||||||
# Listen for when Cloud Flow is possible
|
# Listen for when cloud flow is possible
|
||||||
self.cloudFlowIsPossible.connect(self._onCloudFlowPossible)
|
self.cloudFlowIsPossible.connect(self._onCloudFlowPossible)
|
||||||
|
|
||||||
def getDiscoveredDevices(self):
|
def getDiscoveredDevices(self):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue