| 43 | } |
| 44 | |
| 45 | QString FileProblemBinder::getProblemForFile(const QString &file) |
| 46 | { |
| 47 | return problemForFile[file]; |
| 48 | } |
| 49 | |
| 50 | QString FileProblemBinder::getFileForProblem(const QString &problem) |
| 51 | { |
nothing calls this directly
no outgoing calls
no test coverage detected