View
- Converted history reports to use ViewText. - Fixed unit test.
This commit is contained in:
@@ -51,12 +51,6 @@ ViewText::ViewText ()
|
||||
{
|
||||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
void ViewText::add (const std::string& label)
|
||||
{
|
||||
_columns.push_back (Column::factory ("string", label));
|
||||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
int ViewText::addRow ()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user