src/eric7/UI/ErrorLogDialog.py

branch
eric7
changeset 10433
328f3ec4b77a
parent 9653
e67609152c5e
child 10439
21c28b0f9e41
diff -r 2fe91fe443dd -r 328f3ec4b77a src/eric7/UI/ErrorLogDialog.py
--- a/src/eric7/UI/ErrorLogDialog.py	Thu Dec 21 15:46:22 2023 +0100
+++ b/src/eric7/UI/ErrorLogDialog.py	Thu Dec 21 19:50:01 2023 +0100
@@ -25,10 +25,12 @@
         """
         Constructor
 
-        @param logFile name of the log file containing the error info (string)
+        @param logFile name of the log file containing the error info
+        @type str
         @param showMode flag indicating to just show the error log message
-            (boolean)
-        @param parent reference to the parent widget (QWidget)
+        @type bool
+        @param parent reference to the parent widget
+        @type QWidget
         """
         super().__init__(parent)
         self.setupUi(self)

eric ide

mercurial