src/eric7/QScintilla/ShellWindow.py

branch
eric7
changeset 10692
9becf9ca115c
parent 10439
21c28b0f9e41
child 10766
d35d6f96c24b
diff -r d1a603a70f83 -r 9becf9ca115c src/eric7/QScintilla/ShellWindow.py
--- a/src/eric7/QScintilla/ShellWindow.py	Tue Apr 23 09:29:13 2024 +0200
+++ b/src/eric7/QScintilla/ShellWindow.py	Tue Apr 23 11:26:04 2024 +0200
@@ -1538,11 +1538,11 @@
         self.__sbZoom.setValue(0)
 
     @pyqtSlot(ShellHistoryStyle)
-    def __historyStyleChanged(self, historyStyle):
+    def __historyStyleChanged(self, _historyStyle):
         """
         Private slot to handle a change of the shell history style.
 
-        @param historyStyle style to be used for the history
+        @param _historyStyle style to be used for the history (unused)
         @type ShellHistoryStyle
         """
         enabled = self.__shell.isHistoryEnabled()

eric ide

mercurial