mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
- Inserted recurring task checks at appropriate points.
This commit is contained in:
parent
b1aaab0a8e
commit
947e65c1e2
3 changed files with 64 additions and 47 deletions
|
@ -87,7 +87,6 @@ void handleModify (const TDB&, T&, Config&);
|
|||
void handleColor (Config&);
|
||||
void gatherNextTasks (const TDB&, T&, Config&, std::vector <T>&, std::vector <int>&);
|
||||
void nag (const TDB&, T&, Config&);
|
||||
void decorateRecurringTask (T&);
|
||||
void checkRecurring (std::vector <T>&);
|
||||
|
||||
// util.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue