Merge branch '1.9.3' of tasktools.org:task into 1.9.3
This commit is contained in:
@@ -381,7 +381,8 @@ void updateRecurrenceMask (
|
|||||||
// Determines whether a task is overdue. Returns
|
// Determines whether a task is overdue. Returns
|
||||||
// 0 = not due at all
|
// 0 = not due at all
|
||||||
// 1 = imminent
|
// 1 = imminent
|
||||||
// 2 = overdue
|
// 2 = today
|
||||||
|
// 3 = overdue
|
||||||
int getDueState (const std::string& due)
|
int getDueState (const std::string& due)
|
||||||
{
|
{
|
||||||
if (due.length ())
|
if (due.length ())
|
||||||
|
|||||||
Reference in New Issue
Block a user