eric6/Documentation/Source/eric6.WebBrowser.AdBlock.AdBlockIcon.html

changeset 7776
4a8edf69dd64
parent 7273
391d6b7b1eff
child 7989
a21d673a8f99
diff -r 4a1db75550bd -r 4a8edf69dd64 eric6/Documentation/Source/eric6.WebBrowser.AdBlock.AdBlockIcon.html
--- a/eric6/Documentation/Source/eric6.WebBrowser.AdBlock.AdBlockIcon.html	Sun Oct 11 17:54:52 2020 +0200
+++ b/eric6/Documentation/Source/eric6.WebBrowser.AdBlock.AdBlockIcon.html	Sun Oct 11 17:56:02 2020 +0200
@@ -145,16 +145,16 @@
 </dl>
 <a NAME="AdBlockIcon.__enableAdBlock" ID="AdBlockIcon.__enableAdBlock"></a>
 <h4>AdBlockIcon.__enableAdBlock</h4>
-<b>__enableAdBlock</b>(<i>act</i>)
+<b>__enableAdBlock</b>(<i>enable</i>)
 
 <p>
         Private slot to enable or disable AdBlock.
 </p>
 <dl>
 
-<dt><i>act</i> (QAction)</dt>
+<dt><i>enable</i> (bool)</dt>
 <dd>
-reference to the action
+flag indicating the desired enable state
 </dd>
 </dl>
 <a NAME="AdBlockIcon.__isCurrentHostExcepted" ID="AdBlockIcon.__isCurrentHostExcepted"></a>
@@ -179,7 +179,7 @@
 </dl>
 <a NAME="AdBlockIcon.__setException" ID="AdBlockIcon.__setException"></a>
 <h4>AdBlockIcon.__setException</h4>
-<b>__setException</b>(<i>act</i>)
+<b>__setException</b>(<i>enable</i>)
 
 <p>
         Private slot to add or remove the current host from the list of
@@ -187,9 +187,9 @@
 </p>
 <dl>
 
-<dt><i>act</i> (QAction)</dt>
+<dt><i>enable</i> (bool)</dt>
 <dd>
-referenced to the action
+flag indicating to set or remove an exception
 </dd>
 </dl>
 <a NAME="AdBlockIcon.__showMenu" ID="AdBlockIcon.__showMenu"></a>

eric ide

mercurial