Feature TW-197

- TW-197 New virtual tag READY.
This commit is contained in:
Paul Beckingham 2014-02-15 14:39:46 -05:00
parent b9c853fece
commit 5ca55e75cf
5 changed files with 16 additions and 1 deletions

View file

@ -103,6 +103,7 @@ public:
void remove (const std::string&);
#ifdef PRODUCT_TASKWARRIOR
bool is_ready () const;
bool is_due () const;
bool is_dueyesterday () const;
bool is_duetoday () const;