mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-09-08 06:10:36 +02:00
View
- Implemented start.active.
This commit is contained in:
parent
27752bd510
commit
f9ab8f2a1c
5 changed files with 61 additions and 21 deletions
|
@ -34,6 +34,10 @@ class ColumnStart : public ColumnDate
|
|||
public:
|
||||
ColumnStart ();
|
||||
~ColumnStart ();
|
||||
|
||||
void setStyle (const std::string&);
|
||||
void measure (Task&, int&, int&);
|
||||
void render (std::vector <std::string>&, Task&, int, Color&);
|
||||
};
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue