--- a/src/eric7/Debugger/EditWatchpointDialog.py Mon Apr 22 13:20:16 2024 +0200 +++ b/src/eric7/Debugger/EditWatchpointDialog.py Mon Apr 22 15:15:36 2024 +0200 @@ -75,12 +75,12 @@ self.resize(max(self.width(), msh.width()), msh.height()) @pyqtSlot(str) - def __textChanged(self, txt): + def __textChanged(self, _txt): """ Private slot to handle the text changed signal of the condition line edit. - @param txt text of the line edit + @param _txt text of the line edit (unused) @type str """ if self.conditionButton.isChecked():