--- a/Helpviewer/HelpWindow.py Sat May 17 19:58:49 2014 +0200 +++ b/Helpviewer/HelpWindow.py Sun May 18 14:13:09 2014 +0200 @@ -2199,7 +2199,7 @@ def closeEvent(self, e): """ - Private event handler for the close event. + Protected event handler for the close event. @param e the close event (QCloseEvent) <br />This event is simply accepted after the history has been @@ -3691,7 +3691,7 @@ @classmethod def showNotification(cls, icon, heading, text): """ - Clsss method to show a desktop notification. + Class method to show a desktop notification. @param icon icon to be shown in the notification (QPixmap) @param heading heading of the notification (string) @@ -3717,7 +3717,7 @@ @classmethod def notificationsEnabled(cls): """ - Clsss method to check, if notifications are enabled. + Class method to check, if notifications are enabled. @return flag indicating, if notifications are enabled (boolean) """