src/eric7/Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.py

branch
eric7
changeset 10690
fab36645aa7d
parent 10517
aecd5a8c958c
child 11006
a671918232f3
--- a/src/eric7/Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.py	Mon Apr 22 15:15:36 2024 +0200
+++ b/src/eric7/Plugins/VcsPlugins/vcsMercurial/HgUserConfigDialog.py	Mon Apr 22 18:23:20 2024 +0200
@@ -490,13 +490,13 @@
         return hostFingerprints
 
     @pyqtSlot(QTreeWidgetItem, QTreeWidgetItem)
-    def on_fingerprintsList_currentItemChanged(self, current, previous):
+    def on_fingerprintsList_currentItemChanged(self, _current, _previous):
         """
         Private slot handling a change of the current fingerprints item.
 
-        @param current reference to the current item
+        @param _current reference to the current item (unused)
         @type QTreeWidgetItem
-        @param previous reference to the previous current item
+        @param _previous reference to the previous current item (unused)
         @type QTreeWidgetItem
         """
         self.__updateFingerprintsButtons()
@@ -602,13 +602,13 @@
         return minimumProtocols
 
     @pyqtSlot(QTreeWidgetItem, QTreeWidgetItem)
-    def on_protocolsList_currentItemChanged(self, current, previous):
+    def on_protocolsList_currentItemChanged(self, _current, _previous):
         """
         Private slot handling a change of the current minimum protocol item.
 
-        @param current reference to the current item
+        @param _current reference to the current item (unused)
         @type QTreeWidgetItem
-        @param previous reference to the previous current item
+        @param _previous reference to the previous current item (unused)
         @type QTreeWidgetItem
         """
         self.__updateProtocolsButtons()

eric ide

mercurial