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

Method SetFile

App/Client/Recent/RecentDatabase.cpp:22–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20}
21
22int CRecentDatabase::RecentItem::SetFile(const QString& file) {
23 szFile = CDatabaseFile::SetFile(file);
24 return 0;
25}
26
27QString CRecentDatabase::RecentItem::GetFile() {
28 return CDatabaseFile::GetFile(szFile);

Callers 4

StartMethod · 0.45
slotUpdateNameMethod · 0.45
InsertItemMethod · 0.45
ImportFromJsonMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected