MCPcopy 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
46QWidget* 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
54void ActiveToolTipManager::doVisibility()
55{

Callers 1

doVisibilityMethod · 0.70

Calls 1

parentMethod · 0.45

Tested by

no test coverage detected