--- a/E5Gui/E5Action.py Sat Sep 28 17:40:42 2013 +0200 +++ b/E5Gui/E5Action.py Sat Sep 28 19:06:25 2013 +0200 @@ -21,6 +21,8 @@ def __init__(self, error): """ Constructor + + @param error error message of the exception (string) """ self.errorMessage = str(error) @@ -64,6 +66,7 @@ accelarator (QKeySequence), alternative accelerator (QKeySequence), parent (QObject), name (string)</li> </ul> + @exception ArgumentsError raised to indicate invalid arguments """ if isinstance(args[1], QIcon): icon = args[1]