MCPcopy Create free account
hub / github.com/KangLin/RabbitRemoteControl / SetName

Method SetName

Src/Database/DatabaseTree.cpp:67–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65}
66
67void TreeItem::SetName(const QString &newName)
68{
69 m_Data.m_szName = newName;
70}
71
72int TreeItem::GetParentId() const
73{

Callers 6

GetNodeMethod · 0.45
GetAllNodesMethod · 0.45
GetSubNodesMethod · 0.45
GetLeafMethod · 0.45
GetLeavesMethod · 0.45
GetLeavesByKeyMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected