mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-05-23 22:16:30 +02:00
[core] TaskManager: fix issue in contains() / Node: add a Slot decorator
This commit is contained in:
parent
44821a1c5e
commit
3e82a21677
2 changed files with 2 additions and 1 deletions
|
@ -862,6 +862,7 @@ class BaseNode(BaseObject):
|
|||
self._locked = lock
|
||||
self.lockedChanged.emit()
|
||||
|
||||
@Slot()
|
||||
def updateLocked(self):
|
||||
currentStatus = self.getGlobalStatus()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue