| 234 | return dbDirPath + toPlatformPathSeparator(relativePath); |
| 235 | } |
| 236 | QDir FileManager::getImageDirFile(QString relativePath) { |
| 237 | return QDir(imagesDir.dirName()+ toPlatformPathSeparator(relativePath)); |
| 238 | } |
| 239 | QString FileManager::getImageDirPath(QString relativePath) { |
| 240 | return imagesDirPath + toPlatformPathSeparator(relativePath); |
| 241 | } |
nothing calls this directly
no outgoing calls
no test coverage detected