src/eric7/WebBrowser/AdBlock/AdBlockDialog.py

branch
eric7
changeset 10692
9becf9ca115c
parent 10439
21c28b0f9e41
child 11090
f5f5f5803935
equal deleted inserted replaced
10691:d1a603a70f83 10692:9becf9ca115c
350 350
351 if state: 351 if state:
352 self.__load() 352 self.__load()
353 353
354 @pyqtSlot(bool) 354 @pyqtSlot(bool)
355 def on_useLimitedEasyListCheckBox_clicked(self, checked): 355 def on_useLimitedEasyListCheckBox_clicked(self, _checked):
356 """ 356 """
357 Private slot handling the selection of the limited EasyList. 357 Private slot handling the selection of the limited EasyList.
358 358
359 @param checked flag indicating the state of the check box 359 @param _checked flag indicating the state of the check box (unused)
360 @type bool 360 @type bool
361 """ 361 """
362 self.__manager.setUseLimitedEasyList( 362 self.__manager.setUseLimitedEasyList(
363 self.useLimitedEasyListCheckBox.isChecked() 363 self.useLimitedEasyListCheckBox.isChecked()
364 ) 364 )

eric ide

mercurial