Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
56
void WorkingSetToolButton::contextMenuEvent(QContextMenuEvent* ev)
57
{
58
showTooltip(ev->globalPos());
59
60
ev->accept();
61
}
62
63
void WorkingSetToolButton::intersectSet()
64
{
Callers
nothing calls this directly
Calls
1
accept
Method · 0.45
Tested by
no test coverage detected