mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Enhancement - undo
- Now creates/opens/closes undo.data file. - All new tasks are logged in undo.data file.
This commit is contained in:
parent
58d7de8478
commit
c29682b91f
4 changed files with 41 additions and 6 deletions
|
@ -64,6 +64,7 @@ public:
|
|||
|
||||
private:
|
||||
FILE* openAndLock (const std::string&);
|
||||
void writeUndo (const Task&, FILE*);
|
||||
|
||||
private:
|
||||
std::vector <Location> mLocations;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue