src/eric7/Plugins/VcsPlugins/vcsGit/GitOptionsDialog.py

branch
eric7
changeset 10438
4cd7e5a8b3cf
parent 9653
e67609152c5e
child 10439
21c28b0f9e41
--- a/src/eric7/Plugins/VcsPlugins/vcsGit/GitOptionsDialog.py	Fri Dec 22 19:45:17 2023 +0100
+++ b/src/eric7/Plugins/VcsPlugins/vcsGit/GitOptionsDialog.py	Sat Dec 23 15:40:23 2023 +0100
@@ -24,8 +24,11 @@
         Constructor
 
         @param vcs reference to the version control object
+        @type Git
         @param project reference to the project object
-        @param parent parent widget (QWidget)
+        @type Project
+        @param parent parent widget
+        @type QWidget
         """
         super().__init__(parent)
         self.setupUi(self)
@@ -38,6 +41,7 @@
         Public slot to retrieve the data entered into the dialog.
 
         @return a dictionary containing the data entered
+        @rtype dict
         """
         vcsdatadict = {
             "message": self.vcsLogEdit.text(),

eric ide

mercurial