| 304 | } |
| 305 | |
| 306 | QString QuickRefactorDialog::instructions() const |
| 307 | { |
| 308 | return m_instructionEdit->toPlainText().trimmed(); |
| 309 | } |
| 310 | |
| 311 | void QuickRefactorDialog::setInstructions(const QString &instructions) |
| 312 | { |
no outgoing calls
no test coverage detected