Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/kdevelop
/ masterWidget
Function
masterWidget
kdevplatform/util/activetooltip.cpp:46–52 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
44
}
45
46
QWidget* masterWidget(QWidget* w)
47
{
48
while (w && w->parent() && qobject_cast<QWidget*>(w->parent())) {
49
w = qobject_cast<QWidget*>(w->parent());
50
}
51
return w;
52
}
53
54
void ActiveToolTipManager::doVisibility()
55
{
Callers
1
doVisibility
Method · 0.70
Calls
1
parent
Method · 0.45
Tested by
no test coverage detected