Add create/modify button when creating/editing a task

This commit is contained in:
Vyn 2024-10-17 14:38:55 +02:00
parent e2b0c1ac74
commit 3650ddaccc
6 changed files with 69 additions and 39 deletions

View file

@ -32,6 +32,7 @@ class Task
void setDate(const Date &date);
void setEvent(const Event &event);
void setChecked(bool checked);
void unschedule();
int id() const;
int sourceId() const;