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

Method hideEvent

kdevplatform/debugger/variable/variablewidget.cpp:160–164  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

158}
159
160void VariableWidget::hideEvent(QHideEvent* e)
161{
162 QWidget::hideEvent(e);
163 variableCollection()->variableWidgetHidden();
164}
165
166void VariableWidget::showEvent(QShowEvent* e)
167{

Callers

nothing calls this directly

Calls 2

variableCollectionFunction · 0.85
variableWidgetHiddenMethod · 0.80

Tested by

no test coverage detected