mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-09-04 10:37:19 +02:00
Integration - TDB
- Renamed TDB2 to TDB. - Integration of new code complete.
This commit is contained in:
parent
53d0d1cbac
commit
80bb9f0a18
7 changed files with 31 additions and 32 deletions
|
@ -34,7 +34,7 @@
|
|||
#include "Subst.h"
|
||||
#include "Cmd.h"
|
||||
#include "Task.h"
|
||||
#include "TDB2.h"
|
||||
#include "TDB.h"
|
||||
#include "StringTable.h"
|
||||
|
||||
class Context
|
||||
|
@ -67,7 +67,7 @@ public:
|
|||
Sequence sequence;
|
||||
Subst subst;
|
||||
Task task;
|
||||
TDB2 tdb;
|
||||
TDB tdb;
|
||||
StringTable stringtable;
|
||||
std::string program;
|
||||
std::vector <std::string> args;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue