mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Integration - fully eliminated T.cpp, T.h
This commit is contained in:
parent
113c15ef2f
commit
85e38e67d3
3 changed files with 47 additions and 49 deletions
|
@ -30,7 +30,6 @@
|
|||
#include <map>
|
||||
#include <sys/types.h>
|
||||
#include "Context.h"
|
||||
#include "T.h"
|
||||
#include "Table.h"
|
||||
#include "Date.h"
|
||||
#include "color.h"
|
||||
|
@ -49,7 +48,7 @@ void onChangeCallback ();
|
|||
void handleRecurrence ();
|
||||
Date getNextRecurrence (Date&, std::string&);
|
||||
bool generateDueDates (Task&, std::vector <Date>&);
|
||||
void updateRecurrenceMask (/*TDB&,*/ std::vector <T>&, Task&);
|
||||
void updateRecurrenceMask (/*TDB&,*/ std::vector <Task>&, Task&);
|
||||
int getDueState (const std::string&);
|
||||
void nag (/*TDB&,*/ Task&);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue