Issue warnings instead of errors for 'weird' tasks (#3646)
* Issue warnings instead of errors for 'weird' tasks * Support more comprehensive checks when adding a task
This commit is contained in:
committed by
GitHub
parent
4bf6144daf
commit
96c72f3e06
@@ -164,6 +164,7 @@ class Task {
|
||||
void substitute(const std::string&, const std::string&, const std::string&);
|
||||
#endif
|
||||
|
||||
void validate_add();
|
||||
void validate(bool applyDefault = true);
|
||||
|
||||
float urgency_c() const;
|
||||
|
||||
Reference in New Issue
Block a user