| 102 | } |
| 103 | |
| 104 | void QuickFindWidget::setSearchContextColorBad() |
| 105 | { |
| 106 | setSearchContextColor(QStringLiteral("red")); |
| 107 | } |
| 108 | |
| 109 | void QuickFindWidget::setSearchContextColorGood() |
| 110 | { |
nothing calls this directly
no outgoing calls
no test coverage detected