New report columns
- Added support for tag_indicator column. - Added support for recurrence_indicator column.
This commit is contained in:
1
src/T.h
1
src/T.h
@@ -66,6 +66,7 @@ public:
|
||||
void getRemoveTags (std::vector<std::string>&); // SPECIAL
|
||||
void addRemoveTag (const std::string&); // SPECIAL
|
||||
|
||||
int getTagCount () const;
|
||||
void getTags (std::vector<std::string>&) const;
|
||||
void addTag (const std::string&);
|
||||
void addTags (const std::vector <std::string>&);
|
||||
|
||||
Reference in New Issue
Block a user