- The import command now uses the built-in Task::parseJSON method.
- Began t3.t.cpp for JSON parsing tests.
This commit is contained in:
Paul Beckingham 2013-05-20 16:31:57 -04:00
parent 6a97017c79
commit b408458439
5 changed files with 60 additions and 117 deletions

View file

@ -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;