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

Method SetLastVisitTime

Src/Database/DatabaseTree.cpp:127–130  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

125}
126
127void TreeItem::SetLastVisitTime(const QDateTime &newLastVisitTime)
128{
129 m_Data.m_LastVisitTime = newLastVisitTime;
130}
131
132CDatabaseNode::CDatabaseNode(const QString &szPrefix, QObject *parent)
133 : CDatabase(parent)

Callers 4

GetLeafMethod · 0.80
GetLeavesMethod · 0.80
GetLeavesByKeyMethod · 0.80
BookmarkToTreeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected