--- a/src/eric7/Plugins/VcsPlugins/vcsMercurial/GpgExtension/HgGpgSignaturesDialog.py Mon Apr 22 15:15:36 2024 +0200 +++ b/src/eric7/Plugins/VcsPlugins/vcsMercurial/GpgExtension/HgGpgSignaturesDialog.py Mon Apr 22 18:23:20 2024 +0200 @@ -203,21 +203,21 @@ self.vcs.getExtensionObject("gpg").hgGpgVerifySignatures(rev) @pyqtSlot(int) - def on_categoryCombo_activated(self, index): + def on_categoryCombo_activated(self, _index): """ Private slot called, when a new filter category is selected. - @param index index of the selected entry + @param _index index of the selected entry (unused) @type int """ self.__filterSignatures() @pyqtSlot(str) - def on_rxEdit_textChanged(self, txt): + def on_rxEdit_textChanged(self, _txt): """ Private slot called, when a filter expression is entered. - @param txt filter expression + @param _txt filter expression (unused) @type str """ self.__filterSignatures()