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

Method getHomeDirFile

settings/filemanager.cpp:212–214  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

210 return programDirPath + toPlatformPathSeparator(relativePath);
211}
212QDir FileManager::getHomeDirFile(QString relativePath) {
213 return QDir(homeDir.dirName() + toPlatformPathSeparator(relativePath));
214}
215QString FileManager::getHomeDirPath(QString relativePath) {
216 return homeDirPath + toPlatformPathSeparator(relativePath);
217}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected