Recurrence: Stubbed single due date function
This commit is contained in:
@@ -29,6 +29,15 @@
|
||||
|
||||
extern Context context;
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
// Calculates the due date for a new new instance N.
|
||||
static Datetime calculateDueN (const Task&, int)
|
||||
{
|
||||
Datetime due;
|
||||
|
||||
return due;
|
||||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
static void synthesizeTasks (const Task&)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user