mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-26 06:37:20 +02:00
Helpers
- Implemented Task::setEnd. - Updated all code to use Task::setEntry and Task::setEnd.
This commit is contained in:
parent
ad55fa2d79
commit
ba723db9d7
3 changed files with 60 additions and 51 deletions
|
@ -59,6 +59,7 @@ public:
|
|||
static std::string statusToText (status);
|
||||
|
||||
void setEntry ();
|
||||
void setEnd ();
|
||||
|
||||
status getStatus () const;
|
||||
void setStatus (status);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue