src/eric7/Plugins/VcsPlugins/vcsMercurial/GpgExtension/HgGpgSignaturesDialog.py

branch
eric7
changeset 10690
fab36645aa7d
parent 10439
21c28b0f9e41
child 11090
f5f5f5803935
diff -r 3ede487187f2 -r fab36645aa7d src/eric7/Plugins/VcsPlugins/vcsMercurial/GpgExtension/HgGpgSignaturesDialog.py
--- 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()

eric ide

mercurial