--- a/Plugins/CheckerPlugins/CodeStyleChecker/DocStyleChecker.py Sat May 17 18:40:33 2014 +0200 +++ b/Plugins/CheckerPlugins/CodeStyleChecker/DocStyleChecker.py Sat May 17 18:48:13 2014 +0200 @@ -1241,7 +1241,7 @@ "D232", 'private') elif functionName.startswith('_') or \ functionName.endswith('Event') or \ - functionName == 'event': + functionName in ['event', 'eventFilter']: if firstWord != 'protected': self.__error(docstringContext.start() + lineNumber, 0, "D232", 'protected')