- New virtual tags (WEEK, MONTH, YEAR, PARENT).
This commit is contained in:
Paul Beckingham 2013-08-26 09:25:29 -07:00
parent 3a8a513d17
commit bc41e7378a
5 changed files with 76 additions and 6 deletions

View file

@ -106,6 +106,9 @@ public:
#ifdef PRODUCT_TASKWARRIOR
bool is_due () const;
bool is_duetoday () const;
bool is_dueweek () const;
bool is_duemonth () const;
bool is_dueyear () const;
bool is_overdue () const;
#endif