We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12e7097 commit 20503a1Copy full SHA for 20503a1
1 file changed
dcoraid/gui/dbview/filter_base.py
@@ -58,7 +58,6 @@ def __init__(self, *args, **kwargs):
58
self.tableWidget.horizontalHeader().setSectionResizeMode(
59
1, QtWidgets.QHeaderView.ResizeMode.ResizeToContents)
60
61
-
62
def get_entry_actions(self, row, entry):
63
"""This is defined in the subclasses (Circle, Collection, etc)"""
64
return []
0 commit comments