| 361 | } |
| 362 | |
| 363 | void TestView::removeTestSuite(ITestSuite* suite) |
| 364 | { |
| 365 | QStandardItem* item = itemForSuite(suite); |
| 366 | item->parent()->removeRow(item->row()); |
| 367 | } |
| 368 | |
| 369 | QStandardItem* TestView::addProject(IProject* project) |
| 370 | { |
no test coverage detected