| 579 | } |
| 580 | |
| 581 | void OutputWidget::onAnchorClicked(const QUrl& link) |
| 582 | { |
| 583 | emit anchorClicked(link); |
| 584 | } |
| 585 | |
| 586 | void OutputWidget::onClickTable(QTextTable* table) { |
| 587 | TextLayoutLock lock(this, false); |
nothing calls this directly
no outgoing calls
no test coverage detected