| 211 | } |
| 212 | |
| 213 | void CompileAnalyzer::raiseProblemsToolView() |
| 214 | { |
| 215 | ProblemModelSet* problemModelSet = core()->languageController()->problemModelSet(); |
| 216 | problemModelSet->showModel(m_modelId); |
| 217 | } |
| 218 | |
| 219 | void CompileAnalyzer::raiseOutputToolView() |
| 220 | { |
nothing calls this directly
no test coverage detected