src/eric7/QtHelpInterface/QtHelpDocumentationSettingsWidget.py

branch
eric7
changeset 10692
9becf9ca115c
parent 10439
21c28b0f9e41
child 11006
a671918232f3
--- a/src/eric7/QtHelpInterface/QtHelpDocumentationSettingsWidget.py	Tue Apr 23 09:29:13 2024 +0200
+++ b/src/eric7/QtHelpInterface/QtHelpDocumentationSettingsWidget.py	Tue Apr 23 11:26:04 2024 +0200
@@ -166,11 +166,11 @@
         )
 
     @pyqtSlot(str)
-    def on_filterEdit_textChanged(self, txt):
+    def on_filterEdit_textChanged(self, _txt):
         """
         Private slot to react on changes of the document filter text.
 
-        @param txt current entry of the filter
+        @param _txt current entry of the filter (unused)
         @type str
         """
         self.__applyDocumentsListFilter()

eric ide

mercurial