--- a/src/eric7/Plugins/AboutPlugin/AboutDialog.py Wed Dec 20 11:06:38 2023 +0100 +++ b/src/eric7/Plugins/AboutPlugin/AboutDialog.py Wed Dec 20 14:58:58 2023 +0100 @@ -739,7 +739,8 @@ """ Constructor - @param parent reference to the parent widget (QWidget) + @param parent reference to the parent widget + @type QWidget """ super().__init__(parent) self.setupUi(self)