--- a/src/eric7/Preferences/ConfigurationPages/LogViewerPage.py Tue Apr 23 09:29:13 2024 +0200 +++ b/src/eric7/Preferences/ConfigurationPages/LogViewerPage.py Tue Apr 23 11:26:04 2024 +0200 @@ -21,12 +21,9 @@ Class implementing the Log Viewer configuration page. """ - def __init__(self, parent=None): + def __init__(self): """ Constructor - - @param parent reference to the parent widget - @type QWidget """ super().__init__() self.setupUi(self)