mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Revert "Column: Removed obsolete method"
This reverts commit 07027abf99
.
This commit is contained in:
parent
fb13483cec
commit
08233c438a
2 changed files with 6 additions and 0 deletions
|
@ -213,6 +213,11 @@ Column::Column ()
|
|||
{
|
||||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
Column::~Column ()
|
||||
{
|
||||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
void Column::renderHeader (
|
||||
std::vector <std::string>& lines,
|
||||
|
|
|
@ -41,6 +41,7 @@ public:
|
|||
static Column* uda (const std::string&);
|
||||
|
||||
Column ();
|
||||
virtual ~Column ();
|
||||
|
||||
const std::string& name () const { return _name; }
|
||||
const std::string& style () const { return _style; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue