Feature TW-1260

- TW-1260 New virtual tags YESTERDAY, TOMORROW.
This commit is contained in:
Paul Beckingham 2014-02-15 14:36:49 -05:00
parent 1170a43f6b
commit b9c853fece
5 changed files with 44 additions and 6 deletions

View file

@ -104,7 +104,9 @@ public:
#ifdef PRODUCT_TASKWARRIOR
bool is_due () const;
bool is_dueyesterday () const;
bool is_duetoday () const;
bool is_duetomorrow () const;
bool is_dueweek () const;
bool is_duemonth () const;
bool is_dueyear () const;