| 336 | } |
| 337 | |
| 338 | fs::path PlatformLinux::getSaveFilePath( const fs::path &initialPath, const std::vector<std::string> &extensions ) |
| 339 | { |
| 340 | return DialogHelper::getSaveFilePath( initialPath, extensions ); |
| 341 | } |
| 342 | |
| 343 | std::map<std::string, std::string> PlatformLinux::getEnvironmentVariables() |
| 344 | { |
nothing calls this directly
no test coverage detected