mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
View
- Code reorganization. Much can be moved to default behavior in the base class.
This commit is contained in:
parent
63c84129f2
commit
29649bdf07
8 changed files with 85 additions and 159 deletions
|
@ -39,9 +39,7 @@ public:
|
|||
~ColumnProject ();
|
||||
|
||||
void measure (Task&, int&, int&);
|
||||
void renderHeader (std::vector <std::string>&, int);
|
||||
void render (std::vector <std::string>&, Task*, int);
|
||||
std::string type () const;
|
||||
|
||||
private:
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue