mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Revive TDB2::has and TF2::has methods
This reverts commit fa920f02aa
. Methods
found their usage after all.
This commit is contained in:
parent
2d25cf6f59
commit
22368b9a40
2 changed files with 23 additions and 0 deletions
|
@ -50,6 +50,7 @@ public:
|
|||
|
||||
bool get (int, Task&);
|
||||
bool get (const std::string&, Task&);
|
||||
bool has (const std::string&);
|
||||
|
||||
void add_task (Task&);
|
||||
bool modify_task (const Task&);
|
||||
|
@ -121,6 +122,7 @@ public:
|
|||
const std::vector <Task> all_tasks ();
|
||||
bool get (int, Task&);
|
||||
bool get (const std::string&, Task&);
|
||||
bool has (const std::string&);
|
||||
const std::vector <Task> siblings (Task&);
|
||||
const std::vector <Task> children (Task&);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue