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

Method getImageDirFile

settings/filemanager.cpp:236–238  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

234 return dbDirPath + toPlatformPathSeparator(relativePath);
235}
236QDir FileManager::getImageDirFile(QString relativePath) {
237 return QDir(imagesDir.dirName()+ toPlatformPathSeparator(relativePath));
238}
239QString FileManager::getImageDirPath(QString relativePath) {
240 return imagesDirPath + toPlatformPathSeparator(relativePath);
241}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected