mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-09-01 18:27:20 +02:00
Task
- Upgrades legacy recur values.
This commit is contained in:
parent
108a4c7959
commit
1a5fb437a5
3 changed files with 50 additions and 5 deletions
|
@ -154,6 +154,7 @@ public:
|
|||
|
||||
enum modType {modReplace, modPrepend, modAppend, modAnnotate};
|
||||
void modify (modType, bool text_required = false);
|
||||
void upgradeLegacyValues ();
|
||||
|
||||
private:
|
||||
int determineVersion (const std::string&);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue