iconFromRef() compat

This commit is contained in:
Damien Elmes 2020-01-23 16:36:50 +10:00
parent de3fe320c0
commit d2336f3829

View file

@ -497,6 +497,10 @@ class SidebarModel(QAbstractItemModel):
# Helpers
######################################################################
def iconFromRef(self, iconRef: str) -> QIcon:
print("iconFromRef() deprecated")
return theme_manager.icon_from_resources(iconRef)
def expandWhereNeccessary(self, tree: QTreeView) -> None:
for row, child in enumerate(self.root.children):
if child.expanded: