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

Method GetFile

Src/Database/Database.cpp:881–890  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

879}
880
881QString CDatabaseFile::GetFile(const QString &szFile)
882{
883 QFileInfo fi(szFile);
884 //qDebug(log) << szFile << fi.absolutePath();
885 if(fi.isRelative()) {
886 return RabbitCommon::CDir::Instance()->GetDirUserData()
887 + QDir::separator() + szFile;
888 }
889 return szFile;
890}
891
892QString CDatabaseFile::SetFile(const QString &file)
893{

Callers 1

StartMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected