MCPcopy Create free account
hub / github.com/cpeditor/cpeditor / getFileForProblem

Method getFileForProblem

src/Settings/FileProblemBinder.cpp:50–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48}
49
50QString FileProblemBinder::getFileForProblem(const QString &problem)
51{
52 return fileForProblem[problem];
53}
54
55bool FileProblemBinder::containsFile(const QString &file)
56{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected