--- a/Preferences/ConfigurationPages/EditorSyntaxPage.py Sat Jun 30 12:22:31 2018 +0200 +++ b/Preferences/ConfigurationPages/EditorSyntaxPage.py Sat Jun 30 13:56:44 2018 +0200 @@ -19,11 +19,9 @@ """ Class implementing the Editor Syntax Checker configuration page. """ - def __init__(self, parent=None): + def __init__(self): """ Constructor - - @param parent reference to the parent widget (QWidget) """ super(EditorSyntaxPage, self).__init__() self.setupUi(self)