Fix tasks being unscheduled if the day for the task already exists

This commit is contained in:
Vyn 2024-10-16 11:04:30 +02:00
parent dee7a6fa42
commit 3e7c9b150a
6 changed files with 26 additions and 6 deletions

View file

@ -25,6 +25,7 @@ class Task
mirai::TaskState state() const;
bool checked() const;
bool hasEvent() const;
bool hasDate() const;
void setTitle(const std::string &newTitle);
void setDay(const Day &day);