mirror of
https://github.com/arsenetar/dupeguru.git
synced 2026-01-22 14:41:39 +00:00
Code cleanups in core and other affected files
This commit is contained in:
@@ -75,10 +75,10 @@ class DirectoriesModel(TreeModel):
|
||||
|
||||
self.view.selectionModel().selectionChanged[(QItemSelection, QItemSelection)].connect(self.selectionChanged)
|
||||
|
||||
def _createNode(self, ref, row):
|
||||
def _create_node(self, ref, row):
|
||||
return RefNode(self, None, ref, row)
|
||||
|
||||
def _getChildren(self):
|
||||
def _get_children(self):
|
||||
return list(self.model)
|
||||
|
||||
def columnCount(self, parent=QModelIndex()):
|
||||
|
||||
Reference in New Issue
Block a user