src/eric7/Debugger/EditWatchpointDialog.py

branch
eric7
changeset 10689
3ede487187f2
parent 10439
21c28b0f9e41
child 11090
f5f5f5803935
--- 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():

eric ide

mercurial