Enhancement
- Added virtual tag support for the first batch. There will be follow-up work, tests and so on.
This commit is contained in:
@@ -81,6 +81,10 @@ public:
|
||||
void set (const std::string&, int);
|
||||
void remove (const std::string&);
|
||||
|
||||
bool is_due () const;
|
||||
bool is_duetoday () const;
|
||||
bool is_overdue () const;
|
||||
|
||||
status getStatus () const;
|
||||
void setStatus (status);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user