mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-09-08 06:10:36 +02:00
Tree
- Implemented ::removeAllBranches.
This commit is contained in:
parent
fb4bf3efba
commit
1b8671b58e
2 changed files with 14 additions and 0 deletions
|
@ -43,6 +43,7 @@ public:
|
|||
|
||||
Tree* addBranch (Tree*);
|
||||
void removeBranch (Tree*);
|
||||
void removeAllBranches ();
|
||||
void replaceBranch (Tree*, Tree*);
|
||||
|
||||
void attribute (const std::string&, const std::string&);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue