| 312 | } |
| 313 | |
| 314 | void SummaryTree::titleChanged(const QString &title) { |
| 315 | QTreeWidgetItem *curItem = currentItem(); |
| 316 | |
| 317 | if (curItem) |
| 318 | curItem->setText(0, title); |
| 319 | |
| 320 | emit taskChanged(); |
| 321 | } |
| 322 | |
| 323 | void SummaryTree::launchExtTestCaseModifier() { |
| 324 | QTreeWidgetItem *curItem = currentItem(); |
nothing calls this directly
no outgoing calls
no test coverage detected