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
@@ -40,7 +40,7 @@ void nag (std::vector <Task>& tasks)
|
||||
if (msg == "")
|
||||
return;
|
||||
|
||||
auto pending = Context::getContext ().tdb2.pending.get_tasks ();
|
||||
auto pending = Context::getContext ().tdb2.pending_tasks ();
|
||||
for (auto& t1 : tasks) {
|
||||
if (t1.hasTag ("nonag"))
|
||||
continue;
|
||||
|
||||
Reference in New Issue
Block a user