src/eric7/WebBrowser/WebBrowserClearPrivateDataDialog.py

branch
eric7
changeset 10436
f6881d10e995
parent 9653
e67609152c5e
child 10439
21c28b0f9e41
--- 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:

eric ide

mercurial