| 53 | } |
| 54 | |
| 55 | QuickFindWidget::~QuickFindWidget() |
| 56 | { |
| 57 | if (finder) { |
| 58 | delete finder; |
| 59 | } |
| 60 | |
| 61 | delete ui; |
| 62 | } |
| 63 | |
| 64 | void QuickFindWidget::setEditor(ScintillaNext *editor) |
| 65 | { |
nothing calls this directly
no outgoing calls
no test coverage detected