mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
update comment for TDB2::get_changes
This commit is contained in:
parent
9df4c8156e
commit
18d60719e4
1 changed files with 2 additions and 1 deletions
|
@ -181,7 +181,8 @@ const tc::WorkingSet &TDB2::working_set ()
|
|||
////////////////////////////////////////////////////////////////////////////////
|
||||
void TDB2::get_changes (std::vector <Task>& changes)
|
||||
{
|
||||
// Modifications are not supported, therefore there are no changes
|
||||
// TODO: changes in an invocation of `task` are not currently tracked, so this
|
||||
// list is always empty.
|
||||
changes.clear();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue