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

Method setHasMoreInitial

kdevplatform/debugger/util/treeitem.cpp:225–233  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

223}
224
225void TreeItem::setHasMoreInitial(bool more)
226{
227 more_ = more;
228
229 if (more)
230 {
231 ellipsis_ = new EllipsisItem (model(), this);
232 }
233}
234
235QVariant KDevelop::TreeItem::icon(int column) const
236{

Callers 1

createChildMethod · 0.80

Calls 1

modelFunction · 0.85

Tested by

no test coverage detected