--- a/src/eric7/WebBrowser/WebBrowserWindow.py Tue Apr 23 09:29:13 2024 +0200 +++ b/src/eric7/WebBrowser/WebBrowserWindow.py Tue Apr 23 11:26:04 2024 +0200 @@ -4099,11 +4099,11 @@ EricMessageBox.warning(self, self.tr("eric Web Browser"), message) @pyqtSlot(bool) - def __docsInstalled(self, installed): + def __docsInstalled(self, _installed): """ Private slot handling the end of documentation installation. - @param installed flag indicating that documents were installed + @param _installed flag indicating that documents were installed (unused) @type bool """ if WebBrowserWindow._useQtHelp: @@ -4146,7 +4146,6 @@ cache, cookies, passwords, - databases, downloads, zoomValues, sslExceptions,