src/eric7/Preferences/ToolConfigurationDialog.py

branch
eric7
changeset 10692
9becf9ca115c
parent 10439
21c28b0f9e41
child 11090
f5f5f5803935
diff -r d1a603a70f83 -r 9becf9ca115c src/eric7/Preferences/ToolConfigurationDialog.py
--- a/src/eric7/Preferences/ToolConfigurationDialog.py	Tue Apr 23 09:29:13 2024 +0200
+++ b/src/eric7/Preferences/ToolConfigurationDialog.py	Tue Apr 23 11:26:04 2024 +0200
@@ -390,11 +390,11 @@
         self.__toolEntryChanged()
 
     @pyqtSlot(int)
-    def on_redirectCombo_currentIndexChanged(self, index):
+    def on_redirectCombo_currentIndexChanged(self, _index):
         """
         Private slot called, when the redirection mode was changed.
 
-        @param index the selected mode index (ignored)
+        @param _index the selected mode index (unused)
         @type int
         """
         self.__toolEntryChanged()

eric ide

mercurial