mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
- Renamed checkRecurring -> handleRecurrence
This commit is contained in:
parent
947e65c1e2
commit
17152d8a46
2 changed files with 16 additions and 13 deletions
|
@ -87,7 +87,7 @@ 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 checkRecurring (std::vector <T>&);
|
||||
void handleRecurrence (std::vector <T>&);
|
||||
|
||||
// util.cpp
|
||||
bool confirm (const std::string&);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue