MCPcopy 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
107void TreeItem::SetCreateTime(const QDateTime &newCreateTime)
108{
109 m_Data.m_CreateTime = newCreateTime;
110}
111
112QDateTime TreeItem::GetModifyTime() const
113{

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