mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-26 05:42:15 +01:00
fix class name in anatomy
This commit is contained in:
parent
059152188d
commit
043aec3fef
1 changed files with 1 additions and 1 deletions
|
|
@ -79,7 +79,7 @@ class AnatomyWidget(QtWidgets.QWidget, InputObject):
|
|||
|
||||
|
||||
class RootsWidget(QtWidgets.QWidget):
|
||||
multiroot_changed = QtCore.QSignal()
|
||||
multiroot_changed = QtCore.Signal()
|
||||
|
||||
def __init__(self, parent=None):
|
||||
super(RootsWidget, self).__init__(parent)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue