--- a/src/eric7/UI/SplashScreen.py Thu Dec 21 15:46:22 2023 +0100 +++ b/src/eric7/UI/SplashScreen.py Thu Dec 21 19:50:01 2023 +0100 @@ -40,7 +40,8 @@ """ Public method to show a message in the bottom part of the splashscreen. - @param msg message to be shown (string) + @param msg message to be shown + @type str """ logging.debug(msg) super().showMessage(msg, self.labelAlignment, QColor(Qt.GlobalColor.white)) @@ -72,7 +73,8 @@ """ Public method to show a message in the bottom part of the splashscreen. - @param msg message to be shown (string) + @param msg message to be shown + @type str """ logging.debug(msg) @@ -86,6 +88,7 @@ """ Public method to finish the splash screen. - @param widget widget to wait for (QWidget) + @param widget widget to wait for + @type QWidget """ pass