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

Method showEvent

src/dialogs/FindReplaceDialog.cpp:182–192  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

180}
181
182void FindReplaceDialog::showEvent(QShowEvent *event)
183{
184 qInfo(Q_FUNC_INFO);
185
186 if (!isFirstTime)
187 restorePosition();
188
189 isFirstTime = false;
190
191 QDialog::showEvent(event);
192}
193
194void FindReplaceDialog::closeEvent(QCloseEvent *event)
195{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected