- Corrected handling of backlog.data after a synch, using TF2::clear_tasks.
This commit is contained in:
Paul Beckingham 2012-10-08 17:43:14 -04:00
parent c5ff24358c
commit 98d9a367f3
3 changed files with 16 additions and 4 deletions

View file

@ -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 ();