mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-09-01 18:27:20 +02:00
Task
- Renamed 'mods_required' argument to the more accurate 'text_required' in the ::modify method.
This commit is contained in:
parent
f3bc606344
commit
c39285b61c
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, bool mods_required = false);
|
||||
void modify (modType, bool text_required = false);
|
||||
|
||||
private:
|
||||
int determineVersion (const std::string&);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue