diff -r 09b24828d787 -r e484fc67677e eric6/Tasks/TasksFile.py --- a/eric6/Tasks/TasksFile.py Thu Jan 28 11:49:28 2021 +0100 +++ b/eric6/Tasks/TasksFile.py Thu Jan 28 11:53:25 2021 +0100 @@ -29,7 +29,7 @@ @param isGlobal flag indicating a file for global tasks @type bool - @param parent reference to the parent object + @param parent reference to the parent object (defaults to None) @type QObject (optional) """ super(TasksFile, self).__init__(parent)