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

Method UpdateRecent

App/Client/Recent/FrmRecent.cpp:228–233  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

226}
227
228bool CFrmRecent::UpdateRecent(const CRecentDatabase::RecentItem &item)
229{
230 bool bRet = m_Database.UpdateRecent(item);
231 slotRefresh();
232 return bRet;
233}
234
235QList<CRecentDatabase::RecentItem> CFrmRecent::GetRecents(int limit, int offset)
236{

Callers 1

slotUpdateNameMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected