--- a/src/eric7/WebBrowser/UrlBar/SslLabel.py Fri Dec 22 13:57:47 2023 +0100 +++ b/src/eric7/WebBrowser/UrlBar/SslLabel.py Fri Dec 22 17:24:07 2023 +0100 @@ -24,7 +24,8 @@ """ Constructor - @param parent reference to the parent widget (QWidget) + @param parent reference to the parent widget + @type QWidget """ super().__init__(parent) @@ -34,7 +35,8 @@ """ Public method to set the validity indication. - @param valid flag indicating the certificate validity (boolean) + @param valid flag indicating the certificate validity + @type bool """ if valid: self.setStyleSheet(SslLabel.okStyle)