src/eric7/QtHelpInterface/HelpIndexWidget.py

branch
eric7
changeset 10692
9becf9ca115c
parent 10439
21c28b0f9e41
child 11090
f5f5f5803935
diff -r d1a603a70f83 -r 9becf9ca115c src/eric7/QtHelpInterface/HelpIndexWidget.py
--- a/src/eric7/QtHelpInterface/HelpIndexWidget.py	Tue Apr 23 09:29:13 2024 +0200
+++ b/src/eric7/QtHelpInterface/HelpIndexWidget.py	Tue Apr 23 11:26:04 2024 +0200
@@ -90,14 +90,14 @@
         self.__layout.addWidget(self.__index)
 
     @pyqtSlot(QHelpLink, str)
-    def __documentActivated(self, document, keyword, modifiers=None):
+    def __documentActivated(self, document, _keyword, modifiers=None):
         """
         Private slot to handle the activation of a keyword entry.
 
         @param document reference to a data structure containing the
             document info
         @type QHelpLink
-        @param keyword keyword for the URL
+        @param _keyword keyword for the URL (unused)
         @type str
         @param modifiers keyboard modifiers
         @type Qt.KeyboardModifiers or None

eric ide

mercurial