MCPcopy Create free account
hub / github.com/YACReader/yacreader / addChild

Method addChild

YACReaderLibrary/db/folder_item.cpp:69–73  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67}
68
69void FolderItem::addChild(FolderItem *child, int childIndex)
70{
71 child->parentItem = this;
72 childItems.insert(childIndex, child);
73}
74
75void FolderItem::removeChild(FolderItem *child)
76{

Callers 1

Calls 1

insertMethod · 0.45

Tested by

no test coverage detected