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

Method getProgramDirPath

settings/filemanager.cpp:209–211  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

207}
208
209QString FileManager::getProgramDirPath(QString relativePath) {
210 return programDirPath + toPlatformPathSeparator(relativePath);
211}
212QDir FileManager::getHomeDirFile(QString relativePath) {
213 return QDir(homeDir.dirName() + toPlatformPathSeparator(relativePath));
214}

Callers 1

ColorSettingsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected