| 314 | } |
| 315 | |
| 316 | QuickRefactorDialog::Action QuickRefactorDialog::selectedAction() const |
| 317 | { |
| 318 | return m_selectedAction; |
| 319 | } |
| 320 | |
| 321 | void QuickRefactorDialog::keyPressEvent(QKeyEvent *event) |
| 322 | { |
nothing calls this directly
no outgoing calls
no test coverage detected