Tools/TRPreviewer.py

changeset 3591
2f2a4a76dd22
parent 3484
645c12de6b0c
child 3656
441956d8fce5
--- a/Tools/TRPreviewer.py	Sat May 17 19:58:49 2014 +0200
+++ b/Tools/TRPreviewer.py	Sun May 18 14:13:09 2014 +0200
@@ -143,7 +143,7 @@
         
     def closeEvent(self, event):
         """
-        Private event handler for the close event.
+        Protected event handler for the close event.
         
         @param event close event (QCloseEvent)
         """
@@ -809,7 +809,7 @@
     
     def eventFilter(self, obj, ev):
         """
-        Protected method called to filter an event.
+        Public method called to filter an event.
         
         @param obj object, that generated the event (QObject)
         @param ev the event, that was generated by object (QEvent)

eric ide

mercurial