| 11 | #include <QContextMenuEvent> |
| 12 | |
| 13 | XcaHeaderView::XcaHeaderView() |
| 14 | :QHeaderView(Qt::Horizontal) |
| 15 | { |
| 16 | setSectionsMovable(true); |
| 17 | } |
| 18 | |
| 19 | void XcaHeaderView::contextMenuEvent(QContextMenuEvent *e) |
| 20 | { |
nothing calls this directly
no outgoing calls
no test coverage detected