///////////////////////////////////////////////////////////////////////////
| 286 | |
| 287 | //////////////////////////////////////////////////////////////////////////////// |
| 288 | void Task::remove(const std::string& name) { |
| 289 | if (data.erase(name)) recalc_urgency = true; |
| 290 | |
| 291 | if (isAnnotationAttr(name)) --annotation_count; |
| 292 | } |
| 293 | |
| 294 | //////////////////////////////////////////////////////////////////////////////// |
| 295 | Task::status Task::getStatus() const { |
no outgoing calls
no test coverage detected