mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Enhancements - T2 & Subst
- Implemented more helper functions in T2, prior to integration. - Completed Subst. - Completed Subst unit tests. - Eliminated T::getAnnotationCount.
This commit is contained in:
parent
ccff27b535
commit
7248267a72
10 changed files with 149 additions and 71 deletions
|
@ -2145,7 +2145,9 @@ std::string handleReportStats (TDB& tdb, T& task, Config& conf)
|
|||
|
||||
descLength += it->getDescription ().length ();
|
||||
|
||||
annotationsT += it->getAnnotationCount ();
|
||||
std::map <time_t, std::string> annotations;
|
||||
it->getAnnotations (annotations);
|
||||
annotationsT += annotations.size ();
|
||||
|
||||
std::vector <std::string> tags;
|
||||
it->getTags (tags);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue