src/eric7/WebBrowser/AdBlock/AdBlockDialog.py

branch
eric7
changeset 10692
9becf9ca115c
parent 10439
21c28b0f9e41
child 11090
f5f5f5803935
diff -r d1a603a70f83 -r 9becf9ca115c src/eric7/WebBrowser/AdBlock/AdBlockDialog.py
--- a/src/eric7/WebBrowser/AdBlock/AdBlockDialog.py	Tue Apr 23 09:29:13 2024 +0200
+++ b/src/eric7/WebBrowser/AdBlock/AdBlockDialog.py	Tue Apr 23 11:26:04 2024 +0200
@@ -352,11 +352,11 @@
             self.__load()
 
     @pyqtSlot(bool)
-    def on_useLimitedEasyListCheckBox_clicked(self, checked):
+    def on_useLimitedEasyListCheckBox_clicked(self, _checked):
         """
         Private slot handling the selection of the limited EasyList.
 
-        @param checked flag indicating the state of the check box
+        @param _checked flag indicating the state of the check box (unused)
         @type bool
         """
         self.__manager.setUseLimitedEasyList(

eric ide

mercurial