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

Method getJavaDirPath

settings/filemanager.cpp:245–247  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

243 return QDir(javaDir.dirName()+ toPlatformPathSeparator(relativePath));
244}
245QString FileManager::getJavaDirPath(QString relativePath) {
246 return javaDirPath + toPlatformPathSeparator(relativePath);
247}
248QDir FileManager::getLogsDirFile(QString relativePath) {
249 return QDir(logsDir.dirName() + toPlatformPathSeparator(relativePath));
250}

Callers 1

runnerMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected