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

branch
eric7
changeset 10690
fab36645aa7d
parent 10439
21c28b0f9e41
child 11090
f5f5f5803935
equal deleted inserted replaced
10689:3ede487187f2 10690:fab36645aa7d
43 self.allCheckBox.isChecked() or len(self.submodulesList.selectedItems()) > 0 43 self.allCheckBox.isChecked() or len(self.submodulesList.selectedItems()) > 0
44 ) 44 )
45 self.buttonBox.button(QDialogButtonBox.StandardButton.Ok).setEnabled(enable) 45 self.buttonBox.button(QDialogButtonBox.StandardButton.Ok).setEnabled(enable)
46 46
47 @pyqtSlot(bool) 47 @pyqtSlot(bool)
48 def on_allCheckBox_toggled(self, checked): 48 def on_allCheckBox_toggled(self, _checked):
49 """ 49 """
50 Private slot to react on changes of the all checkbox. 50 Private slot to react on changes of the all checkbox.
51 51
52 @param checked state of the checkbox 52 @param _checked state of the checkbox (unused)
53 @type bool 53 @type bool
54 """ 54 """
55 self.__updateOK() 55 self.__updateOK()
56 56
57 @pyqtSlot() 57 @pyqtSlot()

eric ide

mercurial