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

Method partiallyUnExpand

plugins/quickopen/expandingtree/expandingwidgetmodel.cpp:159–164  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

157}
158
159void ExpandingWidgetModel::partiallyUnExpand(const QModelIndex& idx_)
160{
161 QModelIndex index(firstColumn(idx_));
162 m_partiallyExpanded.remove(index);
163 m_partiallyExpanded.remove(idx_);
164}
165
166int ExpandingWidgetModel::partiallyExpandWidgetHeight() const
167{

Callers

nothing calls this directly

Calls 2

firstColumnFunction · 0.85
removeMethod · 0.45

Tested by

no test coverage detected