--- a/src/eric7/Project/DebuggerPropertiesDialog.py Wed Dec 20 15:42:44 2023 +0100 +++ b/src/eric7/Project/DebuggerPropertiesDialog.py Wed Dec 20 19:28:22 2023 +0100 @@ -33,8 +33,11 @@ Constructor @param project reference to the project object - @param parent parent widget of this dialog (QWidget) - @param name name of this dialog (string) + @type Project + @param parent parent widget of this dialog + @type QWidget + @param name name of this dialog + @type str """ super().__init__(parent) if name: