MCPcopy Create free account
hub / github.com/Palm1r/QodeAssist / keyPressEvent

Method keyPressEvent

widgets/QuickRefactorDialog.cpp:321–324  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

319}
320
321void QuickRefactorDialog::keyPressEvent(QKeyEvent *event)
322{
323 QDialog::keyPressEvent(event);
324}
325
326bool QuickRefactorDialog::eventFilter(QObject *watched, QEvent *event)
327{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected