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