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

Method onAnchorClicked

MiniZincIDE/outputwidget.cpp:581–584  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

579}
580
581void OutputWidget::onAnchorClicked(const QUrl& link)
582{
583 emit anchorClicked(link);
584}
585
586void OutputWidget::onClickTable(QTextTable* table) {
587 TextLayoutLock lock(this, false);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected