--- a/src/eric7/WebBrowser/WebBrowserClearPrivateDataDialog.py Fri Dec 22 13:57:47 2023 +0100 +++ b/src/eric7/WebBrowser/WebBrowserClearPrivateDataDialog.py Fri Dec 22 17:24:07 2023 +0100 @@ -21,7 +21,8 @@ """ Constructor - @param parent reference to the parent widget (QWidget) + @param parent reference to the parent widget + @type QWidget """ super().__init__(parent) self.setupUi(self) @@ -37,7 +38,9 @@ (browsing history, search history, favicons, disk cache, cookies, passwords, web databases, downloads, zoom values, SSL certificate error exceptions) and the selected history period in - milliseconds (tuple of booleans and integer) + milliseconds + @rtype tuple of (bool, bool, bool, bool, bool, bool, bool, bool, bool, bool, + int) """ index = self.historyCombo.currentIndex() if index == 0: