| 217 | } |
| 218 | |
| 219 | void CompileAnalyzer::raiseOutputToolView() |
| 220 | { |
| 221 | core()->uiController()->raiseToolView(QStringLiteral("org.kdevelop.OutputView.Analyze")); |
| 222 | } |
| 223 | |
| 224 | bool CompileAnalyzer::isRunning() const |
| 225 | { |
nothing calls this directly
no test coverage detected