Home
last modified time | relevance | path

Searched refs:due_shorthand (Results 1 – 1 of 1) sorted by relevance

/dports/deskutils/todour/Todour-2.20/
H A Dtodotxt.cpp609 QRegularExpression due_shorthand("(due:\\+\\d+[dwmypb])"); in update() local
610 QRegularExpressionMatch m = due_shorthand.match(newrow); in update()