| 17 | } |
| 18 | |
| 19 | void XcaHeaderView::contextMenuEvent(QContextMenuEvent *e) |
| 20 | { |
| 21 | XcaTreeView *tv = static_cast<XcaTreeView *>(parentWidget()); |
| 22 | if (tv) |
| 23 | tv->headerEvent(e, logicalIndexAt(e->pos())); |
| 24 | } |
| 25 | |
| 26 | void XcaHeaderView::resetMoves() |
| 27 | { |
nothing calls this directly
no test coverage detected