| 207 | } |
| 208 | |
| 209 | QString FileManager::getProgramDirPath(QString relativePath) { |
| 210 | return programDirPath + toPlatformPathSeparator(relativePath); |
| 211 | } |
| 212 | QDir FileManager::getHomeDirFile(QString relativePath) { |
| 213 | return QDir(homeDir.dirName() + toPlatformPathSeparator(relativePath)); |
| 214 | } |