MCPcopy Create free account
hub / github.com/chris2511/xca / contextMenuEvent

Method contextMenuEvent

widgets/XcaTreeView.cpp:68–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66}
67
68void 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
77void XcaTreeView::showHideSections()
78{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected