| 157 | } |
| 158 | |
| 159 | void OutputWidget::associateProfilerExecution(int executionId) |
| 160 | { |
| 161 | _statusCursor.insertHtml(QString("<a href=\"cpprofiler://execution?%1\">search profiler</a> ") |
| 162 | .arg(executionId)); |
| 163 | } |
| 164 | |
| 165 | void OutputWidget::associateServerUrl(const QString& url) |
| 166 | { |
no outgoing calls
no test coverage detected