mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-27 19:17:19 +02:00
TDB2
- Now updates the task ID of any new task, therefore avoiding off-by-one errors that occur when code calls TDB2::next_id.
This commit is contained in:
parent
45e6512c02
commit
6faf6bb678
4 changed files with 11 additions and 14 deletions
|
@ -50,7 +50,7 @@ public:
|
|||
bool get (int, Task&);
|
||||
bool get (const std::string&, Task&);
|
||||
|
||||
void add_task (const Task&);
|
||||
void add_task (Task&);
|
||||
bool modify_task (const Task&);
|
||||
void add_line (const std::string&);
|
||||
void clear_tasks ();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue