--- a/E5Gui/E5ErrorMessageFilterDialog.py Tue Aug 29 17:18:18 2017 +0200 +++ b/E5Gui/E5ErrorMessageFilterDialog.py Wed Aug 30 10:55:00 2017 +0200 @@ -24,8 +24,11 @@ Constructor @param messageFilters list of message filters to be edited - (list of strings) - @param parent reference to the parent widget (QWidget) + @type list of str + @param defaultFilters list of default message filters + @type list of str + @param parent reference to the parent widget + @type QWidget """ super(E5ErrorMessageFilterDialog, self).__init__(parent) self.setupUi(self)