mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-09-01 18:27:20 +02:00
Enhancement
- Added virtual tag support for the first batch. There will be follow-up work, tests and so on.
This commit is contained in:
parent
d73766484d
commit
8d66d801c0
4 changed files with 84 additions and 16 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue