| 413 | auto ec = theme.errorColor.get(darkMode); |
| 414 | auto wc = theme.warningColor.get(darkMode); |
| 415 | foreach (QTextEdit::ExtraSelection sel, allExtraSels) { |
| 416 | if (sel.format.underlineColor() == ec || sel.format.underlineColor() == wc) { |
| 417 | extraSelections.append(sel); |
| 418 | } |
| 419 | } |
| 420 | |
| 421 | if (bd) { |
| 422 | QVector<Bracket>& brackets = bd->brackets; |
nothing calls this directly
no outgoing calls
no test coverage detected