mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-09-08 15:20:36 +02:00
Bug
- The entry.age column did not modify the column label of 'Added' to be 'Age'.
This commit is contained in:
parent
f05fedfc7a
commit
001769997d
2 changed files with 12 additions and 0 deletions
|
@ -34,6 +34,8 @@ class ColumnEntry : public ColumnDate
|
|||
public:
|
||||
ColumnEntry ();
|
||||
~ColumnEntry ();
|
||||
|
||||
void setStyle (const std::string&);
|
||||
};
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue