mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Sync
- Corrected handling of backlog.data after a synch, using TF2::clear_tasks.
This commit is contained in:
parent
c5ff24358c
commit
98d9a367f3
3 changed files with 16 additions and 4 deletions
|
@ -55,6 +55,7 @@ public:
|
|||
void add_task (const Task&);
|
||||
bool modify_task (const Task&);
|
||||
void add_line (const std::string&);
|
||||
void clear_tasks ();
|
||||
void clear_lines ();
|
||||
void commit ();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue