| 151 | } |
| 152 | |
| 153 | void QuickFindWidget::showWrapIndicator() |
| 154 | { |
| 155 | FadingIndicator::showPixmap(editor, QStringLiteral(":/icons/wrapindicator.png")); |
| 156 | } |
| 157 | |
| 158 | void QuickFindWidget::navigateToNextMatch(bool skipCurrent) |
| 159 | { |
nothing calls this directly
no test coverage detected