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

Method getJavaDirFile

settings/filemanager.cpp:242–244  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

240 return imagesDirPath + toPlatformPathSeparator(relativePath);
241}
242QDir FileManager::getJavaDirFile(QString relativePath) {
243 return QDir(javaDir.dirName()+ toPlatformPathSeparator(relativePath));
244}
245QString FileManager::getJavaDirPath(QString relativePath) {
246 return javaDirPath + toPlatformPathSeparator(relativePath);
247}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected