| 319 | } |
| 320 | |
| 321 | void QuickRefactorDialog::keyPressEvent(QKeyEvent *event) |
| 322 | { |
| 323 | QDialog::keyPressEvent(event); |
| 324 | } |
| 325 | |
| 326 | bool QuickRefactorDialog::eventFilter(QObject *watched, QEvent *event) |
| 327 | { |
nothing calls this directly
no outgoing calls
no test coverage detected