Task: Added QUARTER virtual tag

This commit is contained in:
Paul Beckingham
2016-05-30 14:11:07 -04:00
parent 8e8e0201f0
commit 62944cdf6f
2 changed files with 21 additions and 0 deletions

View File

@@ -107,6 +107,7 @@ public:
bool is_duetomorrow () const;
bool is_dueweek () const;
bool is_duemonth () const;
bool is_duequarter () const;
bool is_dueyear () const;
bool is_overdue () const;
bool is_udaPresent () const;