Code Cleanup

- Replaced multiple Task:setX methods with Task::setAsNow (x).
This commit is contained in:
Paul Beckingham 2014-09-14 11:57:02 -04:00
parent cf5dbbb9ee
commit b5f3cfd9a3
6 changed files with 15 additions and 47 deletions

View file

@ -90,11 +90,7 @@ public:
static status textToStatus (const std::string&);
static std::string statusToText (status);
void setEntry ();
void setEnd ();
void setStart ();
void setModified ();
void setAsNow (const std::string&);
bool has (const std::string&) const;
std::vector <std::string> all ();
const std::string get (const std::string&) const;