mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-27 19:17:19 +02:00
Recurrence: Stubbed single due date function
This commit is contained in:
parent
179e97c748
commit
5ef2a256a6
1 changed files with 9 additions and 0 deletions
|
@ -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&)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue