| 196 | } |
| 197 | |
| 198 | void TableView::appendRow() |
| 199 | { |
| 200 | insertRow(rowCount()); |
| 201 | } |
| 202 | |
| 203 | QTableWidgetItem* TableView::setAtBottomRow(const QString& text, size_t column_index, const QColor& background, const QColor& foreground) |
| 204 | { |
no outgoing calls
no test coverage detected