| 135 | auto Settings::getOutputFileExtensions() const -> const QStringList & { return outputFileExtensions; } |
| 136 | |
| 137 | auto Settings::getRecentContest() const -> const QStringList & { return recentContest; } |
| 138 | |
| 139 | auto Settings::getCompilerList() const -> const QList<Compiler *> & { return compilerList; } |
| 140 |
nothing calls this directly
no outgoing calls
no test coverage detected