| 741 | } |
| 742 | |
| 743 | void TabWidget::replaceSelectedText(const QString &text) |
| 744 | { |
| 745 | if (auto editor = d->currentTextEditor()) |
| 746 | editor->replaceSelectedText(text); |
| 747 | } |
| 748 | |
| 749 | void TabWidget::showTips(const QString &tips) |
| 750 | { |
no test coverage detected