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
6c9660aee8
commit
fab2979b87
6 changed files with 9 additions and 24 deletions
|
@ -145,8 +145,7 @@ int CmdStats::execute (std::string& output)
|
|||
task.getAnnotations (annotations);
|
||||
annotationsT += annotations.size ();
|
||||
|
||||
std::vector <std::string> tags;
|
||||
task.getTags (tags);
|
||||
auto tags = task.getTags ();
|
||||
if (tags.size ())
|
||||
++taggedT;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue