mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 00:44:52 +01:00
added REMOVED_ROLE
This commit is contained in:
parent
6b940ae6bf
commit
41f21bc066
2 changed files with 3 additions and 1 deletions
|
|
@ -4,3 +4,4 @@ from Qt import QtCore
|
|||
IDENTIFIER_ROLE = QtCore.Qt.UserRole + 1
|
||||
DUPLICATED_ROLE = QtCore.Qt.UserRole + 2
|
||||
HIERARCHY_CHANGE_ABLE_ROLE = QtCore.Qt.UserRole + 3
|
||||
REMOVED_ROLE = QtCore.Qt.UserRole + 4
|
||||
|
|
|
|||
|
|
@ -6,7 +6,8 @@ from uuid import uuid4
|
|||
from .constants import (
|
||||
IDENTIFIER_ROLE,
|
||||
DUPLICATED_ROLE,
|
||||
HIERARCHY_CHANGE_ABLE_ROLE
|
||||
HIERARCHY_CHANGE_ABLE_ROLE,
|
||||
REMOVED_ROLE
|
||||
)
|
||||
from pymongo import UpdateOne
|
||||
from avalon.vendor import qtawesome
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue