src/eric7/Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesGuardsSelectionDialog.py

branch
eric7
changeset 10438
4cd7e5a8b3cf
parent 9653
e67609152c5e
child 10439
21c28b0f9e41
--- a/src/eric7/Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesGuardsSelectionDialog.py	Fri Dec 22 19:45:17 2023 +0100
+++ b/src/eric7/Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesGuardsSelectionDialog.py	Sat Dec 23 15:40:23 2023 +0100
@@ -26,10 +26,14 @@
         """
         Constructor
 
-        @param guards list of guards to select from (list of strings)
-        @param activeGuards list of active guards (list of strings)
-        @param listOnly flag indicating to only list the guards (boolean)
-        @param parent reference to the parent widget (QWidget)
+        @param guards list of guards to select from
+        @type list of str
+        @param activeGuards list of active guards
+        @type list of str
+        @param listOnly flag indicating to only list the guards
+        @type bool
+        @param parent reference to the parent widget
+        @type QWidget
         """
         super().__init__(parent)
         self.setupUi(self)
@@ -53,7 +57,8 @@
         """
         Public method to retrieve the data.
 
-        @return list of selected guards (list of strings)
+        @return list of selected guards
+        @rtype list of str
         """
         guardsList = []
 

eric ide

mercurial