diff -r 1c226fab4236 -r 4a932a7ab987 Preferences/ConfigurationPages/MimeTypesPage.py --- a/Preferences/ConfigurationPages/MimeTypesPage.py Sat Jun 30 12:22:31 2018 +0200 +++ b/Preferences/ConfigurationPages/MimeTypesPage.py Sat Jun 30 13:56:44 2018 +0200 @@ -23,11 +23,9 @@ """ Class implementing the Text Mime Types configuration page. """ - def __init__(self, parent=None): + def __init__(self): """ Constructor - - @param parent reference to the parent widget (QWidget) """ super(MimeTypesPage, self).__init__() self.setupUi(self)