| 210 | return programDirPath + toPlatformPathSeparator(relativePath); |
| 211 | } |
| 212 | QDir FileManager::getHomeDirFile(QString relativePath) { |
| 213 | return QDir(homeDir.dirName() + toPlatformPathSeparator(relativePath)); |
| 214 | } |
| 215 | QString FileManager::getHomeDirPath(QString relativePath) { |
| 216 | return homeDirPath + toPlatformPathSeparator(relativePath); |
| 217 | } |
nothing calls this directly
no outgoing calls
no test coverage detected