src/eric7/Testing/TestingWidget.py

branch
eric7
changeset 10431
64157aeb0312
parent 10424
1a64ad8acf9d
child 10439
21c28b0f9e41
diff -r e440aaf179ce -r 64157aeb0312 src/eric7/Testing/TestingWidget.py
--- 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)

eric ide

mercurial