mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-09-06 17:37:21 +02:00
docs: Add removal comments
This commit is contained in:
parent
2c44f79277
commit
91517151ad
2 changed files with 3 additions and 2 deletions
|
@ -331,7 +331,7 @@ bool getDOM (const std::string& name, const Task& task, Variant& value)
|
|||
}
|
||||
|
||||
// Special handling of status required for virtual waiting status
|
||||
// implementation
|
||||
// implementation. Remove in 3.0.0.
|
||||
if (ref.data.size () && size == 1 && canonical == "status")
|
||||
{
|
||||
value = Variant (ref.statusToText (ref.getStatus ()));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue