Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
225
void TreeItem::setHasMoreInitial(bool more)
226
{
227
more_ = more;
228
229
if (more)
230
{
231
ellipsis_ = new EllipsisItem (model(), this);
232
}
233
}
234
235
QVariant KDevelop::TreeItem::icon(int column) const
236
{
Callers
1
createChild
Method · 0.80
Calls
1
model
Function · 0.85
Tested by
no test coverage detected