mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Hooks
- Stubbed new ::onAdd and ::onModify interfaces.
This commit is contained in:
parent
7b617a7b6e
commit
ab72cdad4d
3 changed files with 15 additions and 10 deletions
|
@ -29,6 +29,7 @@
|
|||
|
||||
#include <vector>
|
||||
#include <string>
|
||||
#include <Task.h>
|
||||
|
||||
class Hooks
|
||||
{
|
||||
|
@ -43,8 +44,8 @@ public:
|
|||
|
||||
void onLaunch ();
|
||||
void onExit ();
|
||||
void onAdd (Task&);
|
||||
void onModify (const Task&, Task&);
|
||||
void onAdd (std::vector <Task>&);
|
||||
void onModify (const Task&, std::vector <Task>&);
|
||||
|
||||
std::vector <std::string> list ();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue