mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Virtual Tag
- Added 'ANNOTATED' virtual tag. This fell out of a change mandated by #1218.
This commit is contained in:
parent
6824fb1527
commit
1de2f9e6f1
4 changed files with 34 additions and 22 deletions
|
@ -62,6 +62,8 @@ public:
|
|||
bool is_blocked;
|
||||
bool is_blocking;
|
||||
|
||||
int annotation_count;
|
||||
|
||||
// Series of helper functions.
|
||||
static status textToStatus (const std::string&);
|
||||
static std::string statusToText (status);
|
||||
|
@ -96,6 +98,7 @@ public:
|
|||
void getTags (std::vector<std::string>&) const;
|
||||
void removeTag (const std::string&);
|
||||
|
||||
bool hasAnnotations () const;
|
||||
void getAnnotations (std::map <std::string, std::string>&) const;
|
||||
void setAnnotations (const std::map <std::string, std::string>&);
|
||||
void addAnnotation (const std::string&);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue