src/eric7/Plugins/VcsPlugins/vcsGit/GitSubmodulesStatusDialog.py

branch
eric7
changeset 10690
fab36645aa7d
parent 10439
21c28b0f9e41
child 11090
f5f5f5803935
diff -r 3ede487187f2 -r fab36645aa7d src/eric7/Plugins/VcsPlugins/vcsGit/GitSubmodulesStatusDialog.py
--- a/src/eric7/Plugins/VcsPlugins/vcsGit/GitSubmodulesStatusDialog.py	Mon Apr 22 15:15:36 2024 +0200
+++ b/src/eric7/Plugins/VcsPlugins/vcsGit/GitSubmodulesStatusDialog.py	Mon Apr 22 18:23:20 2024 +0200
@@ -172,21 +172,21 @@
         self.start(self.__repodir)
 
     @pyqtSlot(bool)
-    def on_indexCheckBox_toggled(self, checked):
+    def on_indexCheckBox_toggled(self, _checked):
         """
         Private slot handling a change of the index check box.
 
-        @param checked check state of the check box
+        @param _checked check state of the check box (unused)
         @type bool
         """
         self.on_refreshButton_clicked()
 
     @pyqtSlot(bool)
-    def on_recursiveCheckBox_toggled(self, checked):
+    def on_recursiveCheckBox_toggled(self, _checked):
         """
         Private slot handling a change of the recursive check box.
 
-        @param checked check state of the check box
+        @param _checked check state of the check box (unused)
         @type bool
         """
         self.on_refreshButton_clicked()

eric ide

mercurial