mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-13 16:23:07 +02:00
FF4 - snapshot
This commit is contained in:
parent
04f60a4d8c
commit
3a9c98d342
11 changed files with 127 additions and 30 deletions
|
@ -31,8 +31,8 @@
|
|||
#include "Keymap.h"
|
||||
#include "Config.h"
|
||||
#include "Sequence.h"
|
||||
#include "TDB.h"
|
||||
#include "T.h"
|
||||
#include "TDB.h"
|
||||
|
||||
|
||||
class Context
|
||||
|
@ -43,10 +43,12 @@ public:
|
|||
Context& operator= (const Context&); // Assignment operator
|
||||
~Context (); // Destructor
|
||||
|
||||
void initialize ();
|
||||
int commandLine (int, char**);
|
||||
void initialize (int, char**);
|
||||
int run ();
|
||||
|
||||
private:
|
||||
void loadCorrectConfigFile (int, char**);
|
||||
|
||||
public:
|
||||
Config config;
|
||||
Filter filter;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue