mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-27 00:57:19 +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)
|
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();
|
changes.clear();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue