mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-09-06 17:37:21 +02:00
Columns
- The Columns::is_uda() method allows identification of UDA attributes.
This commit is contained in:
parent
416b597c8a
commit
194db8634e
3 changed files with 8 additions and 0 deletions
|
@ -56,6 +56,12 @@ ColumnUDA::~ColumnUDA ()
|
|||
{
|
||||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
bool ColumnUDA::is_uda () const
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
bool ColumnUDA::validate (std::string& value)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue