Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/YACReader/yacreader
/ removeChild
Method
removeChild
YACReaderLibrary/db/folder_item.cpp:75–78 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
73
}
74
75
void FolderItem::removeChild(FolderItem *child)
76
{
77
childItems.removeOne(child);
78
}
79
80
void FolderItem::removeChild(int childIndex)
81
{
Callers
4
dropSublist
Method · 0.45
deleteItem
Method · 0.45
takeUpdatedChildrenInfo
Method · 0.45
deleteFolder
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected