MCPcopy Create free account
hub / github.com/dail8859/NotepadNext / closeEvent

Method closeEvent

src/dialogs/FindReplaceDialog.cpp:194–199  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

192}
193
194void FindReplaceDialog::closeEvent(QCloseEvent *event)
195{
196 saveSettings();
197
198 QDialog::closeEvent(event);
199}
200
201static void updateComboList(QComboBox *comboBox, const QString &text)
202{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected