diff -r 72ea8b7452a4 -r 0af772bc14c4 eric6/Documentation/Source/eric6.WebBrowser.Tools.WebIconLoader.html --- a/eric6/Documentation/Source/eric6.WebBrowser.Tools.WebIconLoader.html Wed Oct 07 17:58:51 2020 +0200 +++ b/eric6/Documentation/Source/eric6.WebBrowser.Tools.WebIconLoader.html Wed Oct 07 19:14:36 2020 +0200 @@ -55,10 +55,18 @@ <h3>Signals</h3> <dl> +<dt>clearSslConfiguration()</dt> +<dd> +emitted to clear stored SSL data +</dd> <dt>iconLoaded(icon)</dt> <dd> emitted when the icon has been loaded </dd> +<dt>sslConfiguration(config)</dt> +<dd> +emitted to pass the SSL data +</dd> </dl> <h3>Derived from</h3> QObject