mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-09-04 01:27:20 +02:00
Integrated Priority column modification to the ColPriority object, from Task core.
This commit is contained in:
parent
55a8b157b1
commit
f39120dd73
6 changed files with 46 additions and 7 deletions
|
@ -64,6 +64,8 @@ public:
|
|||
virtual void renderHeader (std::vector <std::string>&, int, Color&);
|
||||
virtual void render (std::vector <std::string>&, const std::string&, int, Color&);
|
||||
virtual void render (std::vector <std::string>&, Task&, int, Color&);
|
||||
virtual bool can_modify ();
|
||||
virtual std::string modify (std::string&);
|
||||
|
||||
protected:
|
||||
std::string _name;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue