mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Enhancement - recurring tasks
- Implemented handleRecurringTasks. - Implemented TDB::nextId.
This commit is contained in:
parent
840c61cbbf
commit
4d43b77441
4 changed files with 44 additions and 39 deletions
|
@ -58,6 +58,7 @@ public:
|
|||
int commit (); // Write out all tasks
|
||||
void upgrade (); // Convert both files to FF4
|
||||
int gc (); // Clean up pending
|
||||
int nextId ();
|
||||
|
||||
private:
|
||||
FILE* openAndLock (const std::string&);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue