Fix the slot for the various update signals

This commit is contained in:
Veronica K. B. Olsen
2020-08-08 16:11:16 +02:00
parent ceabf50cf9
commit 5c1abfd220
+4 -2
View File
@@ -461,8 +461,10 @@ class GuiWritingStats(QDialog):
return True
def _updateListBox(self):
"""Load/reload the content of the list box.
def _updateListBox(self, dummyVar=None):
"""Load/reload the content of the list box. The dummyVar
variable captures the variable sent from the widgets connecting
to it and discards it.
"""
self.listBox.clear()
self.timeFilter = 0.0