src/eric7/Preferences/ConfigurationPages/LogViewerPage.py

branch
eric7
changeset 10692
9becf9ca115c
parent 10683
779cda568acb
child 11090
f5f5f5803935
--- 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)

eric ide

mercurial