make TDB2.pending/completed non-public
References to methods on these fields are replaced with methods on TDB2, several of which already existed.
This commit is contained in:
committed by
Tomas Babej
parent
4ebd0ffb39
commit
271d06cd9c
@@ -81,7 +81,7 @@ int CmdCalendar::execute (std::string& output)
|
||||
// Load the pending tasks.
|
||||
handleUntil ();
|
||||
handleRecurrence ();
|
||||
auto tasks = Context::getContext ().tdb2.pending.get_tasks ();
|
||||
auto tasks = Context::getContext ().tdb2.pending_tasks ();
|
||||
|
||||
Datetime today;
|
||||
auto getPendingDate = false;
|
||||
|
||||
Reference in New Issue
Block a user