src/eric7/Tools/TRSingleApplication.py

branch
eric7
changeset 10431
64157aeb0312
parent 10303
ee1aadab1215
child 10439
21c28b0f9e41
diff -r e440aaf179ce -r 64157aeb0312 src/eric7/Tools/TRSingleApplication.py
--- a/src/eric7/Tools/TRSingleApplication.py	Wed Dec 20 19:28:22 2023 +0100
+++ b/src/eric7/Tools/TRSingleApplication.py	Thu Dec 21 12:03:40 2023 +0100
@@ -43,7 +43,8 @@
         """
         Constructor
 
-        @param parent parent widget (QWidget)
+        @param parent parent widget
+        @type QWidget
         """
         SingleApplicationServer.__init__(self, SAFile)
 
@@ -68,7 +69,8 @@
         """
         Private method used to handle the "Load Form" command.
 
-        @param fnames filenames of the forms to be loaded (list of strings)
+        @param fnames filenames of the forms to be loaded
+        @type list of str
         """
         for fname in fnames:
             self.loadForm.emit(fname)
@@ -78,7 +80,7 @@
         Private method used to handle the "Load Translation" command.
 
         @param fnames filenames of the translations to be loaded
-            (list of strings)
+        @type list of str
         """
         first = True
         for fname in fnames:

eric ide

mercurial