--- a/Tools/TRPreviewer.py Sun Sep 29 15:54:10 2013 +0200 +++ b/Tools/TRPreviewer.py Sun Sep 29 18:22:08 2013 +0200 @@ -402,7 +402,7 @@ class Translation(object): """ - Class to store the properties of a translation + Class to store the properties of a translation. """ def __init__(self): """ @@ -778,8 +778,8 @@ """ Protected method called to filter an event. - @param object object, that generated the event (QObject) - @param event the event, that was generated by object (QEvent) + @param obj object, that generated the event (QObject) + @param ev the event, that was generated by object (QEvent) @return flag indicating if event was filtered out """ if obj in self.widgets and ev.type() == QEvent.Close: