Show tasks with deadline first, in order

This commit is contained in:
Vyn 2024-04-17 15:07:33 +02:00
parent 3030e15d5e
commit d1a4858504
4 changed files with 19 additions and 1 deletions

View file

@ -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();