mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
TDB2::siblings
- TDB2 helper function to locate sibling tasks.
This commit is contained in:
parent
4f0276c062
commit
e127f33e3a
2 changed files with 37 additions and 0 deletions
|
@ -102,6 +102,7 @@ public:
|
|||
// Generalized task accessors.
|
||||
bool get (int, Task&);
|
||||
bool get (const std::string&, Task&);
|
||||
const std::vector <Task> siblings (Task&);
|
||||
|
||||
void dump ();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue