src/eric7/UI/Previewers/PreviewerQSS.py

branch
eric7
changeset 10433
328f3ec4b77a
parent 9994
16ed71ff72bd
child 10439
21c28b0f9e41
diff -r 2fe91fe443dd -r 328f3ec4b77a src/eric7/UI/Previewers/PreviewerQSS.py
--- a/src/eric7/UI/Previewers/PreviewerQSS.py	Thu Dec 21 15:46:22 2023 +0100
+++ b/src/eric7/UI/Previewers/PreviewerQSS.py	Thu Dec 21 19:50:01 2023 +0100
@@ -31,7 +31,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)
@@ -101,7 +102,8 @@
         """
         Public slot to process an editor's text.
 
-        @param editor editor to be processed (Editor)
+        @param editor editor to be processed
+        @type Editor
         """
         self.__lastEditor = editor
 

eric ide

mercurial