mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-24 08:56:43 +02:00
View
- Converted history reports to use ViewText. - Fixed unit test.
This commit is contained in:
parent
fcb711d673
commit
ec7d9ed765
5 changed files with 103 additions and 144 deletions
|
@ -51,12 +51,6 @@ ViewText::ViewText ()
|
|||
{
|
||||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
void ViewText::add (const std::string& label)
|
||||
{
|
||||
_columns.push_back (Column::factory ("string", label));
|
||||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
int ViewText::addRow ()
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue