| 66 | } |
| 67 | |
| 68 | void XcaTreeView::contextMenuEvent(QContextMenuEvent * e) |
| 69 | { |
| 70 | QModelIndex index; |
| 71 | if (!basemodel) |
| 72 | return; |
| 73 | index = indexAt(e->pos()); |
| 74 | showContextMenu(e, getIndex(index)); |
| 75 | } |
| 76 | |
| 77 | void XcaTreeView::showHideSections() |
| 78 | { |
nothing calls this directly
no outgoing calls
no test coverage detected