Fix the slot for the various update signals
This commit is contained in:
@@ -461,8 +461,10 @@ class GuiWritingStats(QDialog):
|
|||||||
|
|
||||||
return True
|
return True
|
||||||
|
|
||||||
def _updateListBox(self):
|
def _updateListBox(self, dummyVar=None):
|
||||||
"""Load/reload the content of the list box.
|
"""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.listBox.clear()
|
||||||
self.timeFilter = 0.0
|
self.timeFilter = 0.0
|
||||||
|
|||||||
Reference in New Issue
Block a user