mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Enhancement - Annotations
- Annotations are now being parsed properly from FF3.
This commit is contained in:
parent
5836430cc1
commit
d898f3f509
3 changed files with 29 additions and 28 deletions
|
@ -51,7 +51,7 @@ public:
|
|||
Subst subst;
|
||||
|
||||
// Series of helper functions.
|
||||
int id () const { return sequence.size () ? sequence[0] : 0; }
|
||||
int id () const { return sequence.size () ? sequence[0] : 0; }
|
||||
void id (int anotherId) { sequence.push_back (anotherId); }
|
||||
|
||||
static status textToStatus (const std::string&);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue