Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KangLin/RabbitRemoteControl
/ SetCreateTime
Method
SetCreateTime
Src/Database/DatabaseTree.cpp:107–110 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
105
}
106
107
void TreeItem::SetCreateTime(const QDateTime &newCreateTime)
108
{
109
m_Data.m_CreateTime = newCreateTime;
110
}
111
112
QDateTime TreeItem::GetModifyTime() const
113
{
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