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

Method variableCreated

kdevplatform/debugger/variable/variabletooltip.cpp:138–146  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

136}
137
138void VariableToolTip::variableCreated(bool hasValue)
139{
140 m_view->resizeColumns();
141 if (hasValue) {
142 ActiveToolTip::showToolTip(this, 0.0);
143 } else {
144 close();
145 }
146}
147
148void VariableToolTip::slotLinkActivated(const QString& link)
149{

Callers

nothing calls this directly

Calls 2

closeFunction · 0.85
resizeColumnsMethod · 0.45

Tested by

no test coverage detected