| 79 | } |
| 80 | |
| 81 | QString GrRenderController::GetAppPath() { |
| 82 | QString current_path = QCoreApplication::applicationDirPath(); |
| 83 | current_path = current_path.append("/").append(kGammaRayRenderName); |
| 84 | return current_path; |
| 85 | } |
| 86 | |
| 87 | std::vector<std::string> GrRenderController::GetArgs() { |
| 88 | auto settings = GrSettings::Instance(); |
nothing calls this directly
no outgoing calls
no test coverage detected