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

Method setData

kdevplatform/debugger/util/treeitem.cpp:31–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29}
30
31void TreeItem::setData(const QVector<QVariant> &data)
32{
33 itemData=data;
34}
35
36void TreeItem::appendChild(TreeItem *item, bool initial)
37{

Calls

no outgoing calls