MCPcopy Create free account
hub / github.com/MiniZinc/MiniZincIDE / associateProfilerExecution

Method associateProfilerExecution

MiniZincIDE/outputwidget.cpp:159–163  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Calls

no outgoing calls

Tested by

no test coverage detected