mirror of
https://codeberg.org/vyn/mirai.git
synced 2025-07-03 10:13:42 +00:00
Show tasks with deadline first, in order
This commit is contained in:
parent
3030e15d5e
commit
d1a4858504
4 changed files with 19 additions and 1 deletions
|
@ -57,6 +57,7 @@ class TaskItem
|
|||
const Tags &getTags() const;
|
||||
bool hasTag(const std::string &tag) const;
|
||||
bool hasDate() const;
|
||||
bool hasTime() const;
|
||||
|
||||
private:
|
||||
void onChange();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue