mirror of
https://codeberg.org/vyn/mirai.git
synced 2025-07-03 09:55:52 +00:00
Add create/modify button when creating/editing a task
This commit is contained in:
parent
e2b0c1ac74
commit
3650ddaccc
6 changed files with 69 additions and 39 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue