--- a/src/eric7/SqlBrowser/SqlBrowser.py Wed Dec 20 19:28:22 2023 +0100 +++ b/src/eric7/SqlBrowser/SqlBrowser.py Thu Dec 21 12:03:40 2023 +0100 @@ -31,8 +31,9 @@ Constructor @param connections list of database connections to add - (list of strings) - @param parent reference to the parent widget (QWidget) + @type list of str + @param parent reference to the parent widget + @type QWidget """ super().__init__(parent) self.setObjectName("SqlBrowser")