mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
TDB2
- Consolidated most of the processing in ::add and ::modify into ::update.
This commit is contained in:
parent
21be0e3e94
commit
7b617a7b6e
2 changed files with 28 additions and 49 deletions
|
@ -126,6 +126,7 @@ public:
|
|||
void dump ();
|
||||
|
||||
private:
|
||||
void update (const std::string&, Task&, const bool, std::vector <Task>&);
|
||||
bool verifyUniqueUUID (const std::string&);
|
||||
void show_diff (const std::string&, const std::string&, const std::string&);
|
||||
void revert_undo (std::vector <std::string>&, std::string&, std::string&, std::string&, std::string&);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue