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

Method showEvent

kdevplatform/debugger/variable/variablewidget.cpp:166–170  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

164}
165
166void VariableWidget::showEvent(QShowEvent* e)
167{
168 QWidget::showEvent(e);
169 variableCollection()->variableWidgetShown();
170}
171
172// **************************************************************************
173// **************************************************************************

Callers

nothing calls this directly

Calls 2

variableCollectionFunction · 0.85
variableWidgetShownMethod · 0.80

Tested by

no test coverage detected