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

Method AddRecent

App/Client/Recent/FrmRecent.cpp:221–226  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

219}
220
221int CFrmRecent::AddRecent(const CRecentDatabase::RecentItem &item)
222{
223 int nRet = m_Database.AddRecent(item);
224 slotRefresh();
225 return nRet;
226}
227
228bool CFrmRecent::UpdateRecent(const CRecentDatabase::RecentItem &item)
229{

Callers 2

StartMethod · 0.45
addItemMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected