mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-09-07 21:07:20 +02:00
ColProject: Special ::modify handling for 'project'
This commit is contained in:
parent
7ae5e4657d
commit
575433542f
2 changed files with 36 additions and 0 deletions
|
@ -35,6 +35,7 @@ public:
|
|||
ColumnProject ();
|
||||
void measure (Task&, unsigned int&, unsigned int&);
|
||||
void render (std::vector <std::string>&, Task&, int, Color&);
|
||||
void modify (Task&, const std::string&);
|
||||
|
||||
private:
|
||||
bool _hyphenate;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue