mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
TDB2
- Verifies that a UUID is not already found in the data. This prevents erroneous double-import. Or triple...
This commit is contained in:
parent
d7ba2b2b62
commit
501953a6da
2 changed files with 18 additions and 0 deletions
|
@ -99,6 +99,9 @@ public:
|
|||
void dump ();
|
||||
void dump_file (ViewText&, const std::string&, TF2&);
|
||||
|
||||
private:
|
||||
bool verifyUniqueUUID (const std::string&);
|
||||
|
||||
public:
|
||||
TF2 pending;
|
||||
TF2 completed;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue