mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Task: Improved method signature
This commit is contained in:
parent
7e629ef30a
commit
04043d267f
7 changed files with 26 additions and 52 deletions
|
@ -528,10 +528,7 @@ void TF2::dependency_scan ()
|
|||
{
|
||||
if (left.has ("depends"))
|
||||
{
|
||||
std::vector <std::string> deps;
|
||||
left.getDependencies (deps);
|
||||
|
||||
for (auto& dep : deps)
|
||||
for (auto& dep : left.getDependencyUUIDs ())
|
||||
{
|
||||
for (auto& right : _tasks)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue