mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Column
- Added a missing method to access Column::_name.
This commit is contained in:
parent
b235b6ca60
commit
77047cf07c
1 changed files with 1 additions and 0 deletions
|
@ -46,6 +46,7 @@ public:
|
||||||
bool operator== (const Column&) const; // TODO Is this necessary?
|
bool operator== (const Column&) const; // TODO Is this necessary?
|
||||||
virtual ~Column ();
|
virtual ~Column ();
|
||||||
|
|
||||||
|
std::string name () const { return _name; }
|
||||||
std::string style () const { return _style; }
|
std::string style () const { return _style; }
|
||||||
std::string label () const { return _label; }
|
std::string label () const { return _label; }
|
||||||
std::string type () const { return _type; }
|
std::string type () const { return _type; }
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue