| 309 | } |
| 310 | |
| 311 | void QuickRefactorDialog::setInstructions(const QString &instructions) |
| 312 | { |
| 313 | m_instructionEdit->setPlainText(instructions); |
| 314 | } |
| 315 | |
| 316 | QuickRefactorDialog::Action QuickRefactorDialog::selectedAction() const |
| 317 | { |
nothing calls this directly
no outgoing calls
no test coverage detected