MCPcopy 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
235QVariant KDevelop::TreeItem::icon(int column) const
236{
237 Q_UNUSED(column);
238 return QVariant();
239}
240
241void KDevelop::TreeItem::setExpanded(bool b)
242{

Callers 1

dataMethod · 0.45

Calls 1

QVariantClass · 0.50

Tested by

no test coverage detected