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

branch
eric7
changeset 10690
fab36645aa7d
parent 10439
21c28b0f9e41
child 11090
f5f5f5803935
--- a/src/eric7/Plugins/VcsPlugins/vcsGit/GitSubmodulesDeinitDialog.py	Mon Apr 22 15:15:36 2024 +0200
+++ b/src/eric7/Plugins/VcsPlugins/vcsGit/GitSubmodulesDeinitDialog.py	Mon Apr 22 18:23:20 2024 +0200
@@ -45,11 +45,11 @@
         self.buttonBox.button(QDialogButtonBox.StandardButton.Ok).setEnabled(enable)
 
     @pyqtSlot(bool)
-    def on_allCheckBox_toggled(self, checked):
+    def on_allCheckBox_toggled(self, _checked):
         """
         Private slot to react on changes of the all checkbox.
 
-        @param checked state of the checkbox
+        @param _checked state of the checkbox (unused)
         @type bool
         """
         self.__updateOK()

eric ide

mercurial