mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Enhancement
- Importing the same YAML twice now generates an error.
This commit is contained in:
parent
b32d731010
commit
1cc67e9895
6 changed files with 42 additions and 8 deletions
|
@ -76,6 +76,8 @@ private:
|
|||
FILE* openAndLock (const std::string&);
|
||||
void writeUndo (const Task&, FILE*);
|
||||
void writeUndo (const Task&, const Task&, FILE*);
|
||||
bool uuidAlreadyUsed (const std::string&);
|
||||
bool uuidAlreadyUsed (const std::string&, const std::vector <Task>&);
|
||||
|
||||
private:
|
||||
std::vector <Location> mLocations;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue