| 537 | } |
| 538 | |
| 539 | ExportDialog *XcaTreeView::exportDialog(const QModelIndexList &) |
| 540 | { |
| 541 | return nullptr; |
| 542 | } |
| 543 | |
| 544 | void XcaTreeView::showContextMenu(QContextMenuEvent *e, |
| 545 | const QModelIndex &idx) |
nothing calls this directly
no outgoing calls
no test coverage detected