src/eric7/Plugins/VcsPlugins/vcsMercurial/HgBranchInputDialog.py

branch
eric7
changeset 10438
4cd7e5a8b3cf
parent 9653
e67609152c5e
child 10439
21c28b0f9e41
diff -r 2f70ca07f0af -r 4cd7e5a8b3cf src/eric7/Plugins/VcsPlugins/vcsMercurial/HgBranchInputDialog.py
--- a/src/eric7/Plugins/VcsPlugins/vcsMercurial/HgBranchInputDialog.py	Fri Dec 22 19:45:17 2023 +0100
+++ b/src/eric7/Plugins/VcsPlugins/vcsMercurial/HgBranchInputDialog.py	Sat Dec 23 15:40:23 2023 +0100
@@ -23,8 +23,9 @@
         Constructor
 
         @param branches branch names to populate the branch list with
-            (list of string)
-        @param parent reference to the parent widget (QWidget)
+        @type list of str
+        @param parent reference to the parent widget
+        @type QWidget
         """
         super().__init__(parent)
         self.setupUi(self)
@@ -42,7 +43,8 @@
         """
         Private slot handling a change of the branch name.
 
-        @param txt contents of the branch combo box (string)
+        @param txt contents of the branch combo box
+        @type str
         """
         self.buttonBox.button(QDialogButtonBox.StandardButton.Ok).setEnabled(bool(txt))
 

eric ide

mercurial