Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
67
void TreeItem::SetName(const QString &newName)
68
{
69
m_Data.m_szName = newName;
70
}
71
72
int TreeItem::GetParentId() const
73
{
Callers
6
GetNode
Method · 0.45
GetAllNodes
Method · 0.45
GetSubNodes
Method · 0.45
GetLeaf
Method · 0.45
GetLeaves
Method · 0.45
GetLeavesByKey
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected