mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-27 19:17:19 +02:00
Deletion
- An already-completed task may now also be deleted. - Added unit tests.
This commit is contained in:
parent
fce2469f41
commit
e5303a2180
3 changed files with 19 additions and 16 deletions
|
@ -51,7 +51,7 @@ public:
|
|||
const std::string& get_contents ();
|
||||
|
||||
void add_task (const Task&);
|
||||
void modify_task (const Task&);
|
||||
bool modify_task (const Task&);
|
||||
void add_line (const std::string&);
|
||||
void clear_lines ();
|
||||
void commit ();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue