mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-26 06:37:20 +02:00
Dependencies
- Added TDB::gc code to remove dangling dependencies.
This commit is contained in:
parent
cade134f40
commit
b050d67ba9
3 changed files with 38 additions and 9 deletions
|
@ -75,6 +75,7 @@ public:
|
|||
|
||||
void addDependency (int);
|
||||
void removeDependency (int);
|
||||
void removeDependency (const std::string&);
|
||||
void getDependencies (std::vector <int>&) const;
|
||||
void getDependencies (std::vector <std::string>&) const;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue