Tasks/Task.py

changeset 2965
d133c7edd88a
parent 2302
f29e9405c851
child 2997
7f0ef975da9e
diff -r 84b65fb9e780 -r d133c7edd88a Tasks/Task.py
--- a/Tasks/Task.py	Sun Sep 29 15:54:10 2013 +0200
+++ b/Tasks/Task.py	Sun Sep 29 18:22:08 2013 +0200
@@ -33,15 +33,14 @@
         """
         Constructor
         
-        @param parent parent widget of the task (QWidget)
         @param summary summary text of the task (string)
         @param priority priority of the task (0=high, 1=normal, 2=low)
         @param filename filename containing the task (string)
         @param lineno line number containing the task (integer)
         @param completed flag indicating completion status (boolean)
         @param _time creation time of the task (float, if 0 use current time)
-        @param isProjectTask flag indicating a task related to the current project
-            (boolean)
+        @param isProjectTask flag indicating a task related to the current
+            project (boolean)
         @param taskType type of the task (one of TypeFixme, TypeTodo,
             TypeWarning, TypeNote)
         @param project reference to the project object (Project)

eric ide

mercurial