diff -r 2f70ca07f0af -r 4cd7e5a8b3cf src/eric7/Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesGuardsSelectionDialog.py --- 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 = []