| 578 | } |
| 579 | |
| 580 | QString QuickRefactorDialog::selectedConfiguration() const |
| 581 | { |
| 582 | return m_selectedConfiguration; |
| 583 | } |
| 584 | |
| 585 | void QuickRefactorDialog::loadAvailableConfigurations() |
| 586 | { |
nothing calls this directly
no outgoing calls
no test coverage detected