mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 08:24:53 +01:00
remove duplicated code from super class
This commit is contained in:
parent
8ad5489d68
commit
62084ac684
1 changed files with 0 additions and 4 deletions
|
|
@ -31,10 +31,6 @@ class LoaderTasksQtModel(TasksQtModel):
|
||||||
def __init__(self, controller):
|
def __init__(self, controller):
|
||||||
super().__init__(controller)
|
super().__init__(controller)
|
||||||
|
|
||||||
self.setColumnCount(len(self.column_labels))
|
|
||||||
for idx, label in enumerate(self.column_labels):
|
|
||||||
self.setHeaderData(idx, QtCore.Qt.Horizontal, label)
|
|
||||||
|
|
||||||
self._items_by_id = {}
|
self._items_by_id = {}
|
||||||
self._groups_by_name = {}
|
self._groups_by_name = {}
|
||||||
self._last_folder_ids = set()
|
self._last_folder_ids = set()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue