| 359 | } |
| 360 | |
| 361 | void XcaTreeView::columnRemove(void) |
| 362 | { |
| 363 | if (curr_hd->action) |
| 364 | curr_hd->action->setChecked(false); |
| 365 | } |
| 366 | |
| 367 | void XcaTreeView::showItem(const QModelIndex &index) |
| 368 | { |
nothing calls this directly
no outgoing calls
no test coverage detected