mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-27 19:17:19 +02:00
Import
- The import command now uses the built-in Task::parseJSON method. - Began t3.t.cpp for JSON parsing tests.
This commit is contained in:
parent
6a97017c79
commit
b408458439
5 changed files with 60 additions and 117 deletions
|
@ -133,7 +133,7 @@ Task& Task::operator= (const Task& other)
|
|||
{
|
||||
std::map <std::string, std::string>::operator= (other);
|
||||
id = other.id;
|
||||
#ifdef PRODUCT_TASKWARIROR
|
||||
#ifdef PRODUCT_TASKWARRIOR
|
||||
urgency_value = other.urgency_value;
|
||||
recalc_urgency = other.recalc_urgency;
|
||||
is_blocked = other.is_blocked;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue