| 103 | } |
| 104 | |
| 105 | CompileAnalyzer::~CompileAnalyzer() |
| 106 | { |
| 107 | killJob(); |
| 108 | |
| 109 | ProblemModelSet* problemModelSet = core()->languageController()->problemModelSet(); |
| 110 | problemModelSet->removeModel(m_modelId); |
| 111 | } |
| 112 | |
| 113 | bool CompileAnalyzer::isOutputToolViewPreferred() const |
| 114 | { |
nothing calls this directly
no test coverage detected