MCPcopy Create free account
hub / github.com/KDE/kdevelop / contextMenuEvent

Method contextMenuEvent

kdevplatform/shell/workingsets/workingsettoolbutton.cpp:56–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54}
55
56void WorkingSetToolButton::contextMenuEvent(QContextMenuEvent* ev)
57{
58 showTooltip(ev->globalPos());
59
60 ev->accept();
61}
62
63void WorkingSetToolButton::intersectSet()
64{

Callers

nothing calls this directly

Calls 1

acceptMethod · 0.45

Tested by

no test coverage detected