| 240 | return imagesDirPath + toPlatformPathSeparator(relativePath); |
| 241 | } |
| 242 | QDir FileManager::getJavaDirFile(QString relativePath) { |
| 243 | return QDir(javaDir.dirName()+ toPlatformPathSeparator(relativePath)); |
| 244 | } |
| 245 | QString FileManager::getJavaDirPath(QString relativePath) { |
| 246 | return javaDirPath + toPlatformPathSeparator(relativePath); |
| 247 | } |
nothing calls this directly
no outgoing calls
no test coverage detected