mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Task
- ::modify now assumes that it is not mandatory that there be a non-trivial set of changes. This can be overridden.
This commit is contained in:
parent
1f253f7fc8
commit
b4539a9df9
2 changed files with 3 additions and 3 deletions
|
@ -154,7 +154,7 @@ public:
|
|||
float urgency ();
|
||||
|
||||
enum modType {modReplace, modPrepend, modAppend, modAnnotate};
|
||||
void modify (modType);
|
||||
void modify (modType, bool mods_required = false);
|
||||
|
||||
private:
|
||||
int determineVersion (const std::string&);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue