| 48 | } |
| 49 | |
| 50 | QString FileProblemBinder::getFileForProblem(const QString &problem) |
| 51 | { |
| 52 | return fileForProblem[problem]; |
| 53 | } |
| 54 | |
| 55 | bool FileProblemBinder::containsFile(const QString &file) |
| 56 | { |
nothing calls this directly
no outgoing calls
no test coverage detected