MCPcopy Create free account
hub / github.com/baumgarr/nixnote2 / getTranslateFilePath

Method getTranslateFilePath

settings/filemanager.cpp:304–306  ·  view source on GitHub ↗

QDir FileManager::getXMLDirFile(QString relativePath) { return QDir(xmlDir.dirName() + toPlatformPathSeparator(relativePath)); } */

Source from the content-addressed store, hash-verified

302}
303*/
304QString FileManager::getTranslateFilePath(QString relativePath) {
305 return translateDirPath + toPlatformPathSeparator(relativePath);
306}
307void FileManager::purgeResDirectory(bool exitOnFail) {
308 this->deleteTopLevelFiles(tmpDir.dirName(), exitOnFail);
309}

Callers 1

NixNoteMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected