--- 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(),