| 573 | } |
| 574 | |
| 575 | void QuickRefactorDialog::onOpenSettings() |
| 576 | { |
| 577 | Settings::showSettings(Constants::QODE_ASSIST_QUICK_REFACTOR_SETTINGS_PAGE_ID); |
| 578 | } |
| 579 | |
| 580 | QString QuickRefactorDialog::selectedConfiguration() const |
| 581 | { |
nothing calls this directly
no test coverage detected