Enhancement - en passant "done"
- When marking task(s) as done, it is now possible to modify them at the same time.
This commit is contained in:
@@ -280,6 +280,7 @@ bool TDB::completeT (const T& t)
|
||||
for (it = all.begin (); it != all.end (); ++it)
|
||||
if (task.getId () == it->getId ())
|
||||
{
|
||||
*it = t;
|
||||
it->setStatus (T::completed);
|
||||
|
||||
char endTime[16];
|
||||
|
||||
Reference in New Issue
Block a user