mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
hound fix
This commit is contained in:
parent
721f8b75c1
commit
bc05184070
1 changed files with 2 additions and 2 deletions
|
|
@ -32,8 +32,8 @@ ASSET_UNDERLINE_COLORS_ROLE = QtCore.Qt.UserRole + 4
|
|||
class AssetsView(TreeViewSpinner, DeselectableTreeView):
|
||||
"""Asset items view.
|
||||
|
||||
Adds abilities to deselect, show loading spinner and add flick charm (scroll
|
||||
by mouse/touchpad click and move).
|
||||
Adds abilities to deselect, show loading spinner and add flick charm
|
||||
(scroll by mouse/touchpad click and move).
|
||||
"""
|
||||
|
||||
def __init__(self, parent=None):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue