--- a/src/eric7/Testing/TestingWidget.py Wed Dec 20 19:28:22 2023 +0100 +++ b/src/eric7/Testing/TestingWidget.py Thu Dec 21 12:03:40 2023 +0100 @@ -1580,9 +1580,12 @@ """ Public method to filter events. - @param obj reference to the object the event is meant for (QObject) - @param event reference to the event object (QEvent) - @return flag indicating, whether the event was handled (boolean) + @param obj reference to the object the event is meant for + @type QObject + @param event reference to the event object + @type QEvent + @return flag indicating, whether the event was handled + @rtype bool """ if event.type() == QEvent.Type.Close: QCoreApplication.exit(0)