mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-09-06 17:37:21 +02:00
Columns
- Removed ColUDA::is_uda override, because it was wrong. Now in the base class a member variable is referenced.
This commit is contained in:
parent
2aa224d278
commit
8d10d81198
5 changed files with 19 additions and 15 deletions
|
@ -39,7 +39,6 @@ public:
|
|||
ColumnUDA ();
|
||||
~ColumnUDA ();
|
||||
|
||||
bool is_uda () const;
|
||||
bool validate (std::string&);
|
||||
void measure (Task&, unsigned int&, unsigned int&);
|
||||
void render (std::vector <std::string>&, Task&, int, Color&);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue