| 75 | } |
| 76 | |
| 77 | QString GrRenderController::GetWorkDir() { |
| 78 | return QCoreApplication::applicationDirPath(); |
| 79 | } |
| 80 | |
| 81 | QString GrRenderController::GetAppPath() { |
| 82 | QString current_path = QCoreApplication::applicationDirPath(); |
nothing calls this directly
no outgoing calls
no test coverage detected