Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/kdevelop
/ icon
Method
icon
kdevplatform/debugger/util/treeitem.cpp:235–239 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
233
}
234
235
QVariant KDevelop::TreeItem::icon(int column) const
236
{
237
Q_UNUSED(column);
238
return QVariant();
239
}
240
241
void KDevelop::TreeItem::setExpanded(bool b)
242
{
Callers
1
data
Method · 0.45
Calls
1
QVariant
Class · 0.50
Tested by
no test coverage detected