MCPcopy Create free account
hub / github.com/dail8859/NotepadNext / ~QuickFindWidget

Method ~QuickFindWidget

src/widgets/QuickFindWidget.cpp:55–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53}
54
55QuickFindWidget::~QuickFindWidget()
56{
57 if (finder) {
58 delete finder;
59 }
60
61 delete ui;
62}
63
64void QuickFindWidget::setEditor(ScintillaNext *editor)
65{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected