MCPcopy Create free account
hub / github.com/Palm1r/QodeAssist / setInstructions

Method setInstructions

widgets/QuickRefactorDialog.cpp:311–314  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

309}
310
311void QuickRefactorDialog::setInstructions(const QString &instructions)
312{
313 m_instructionEdit->setPlainText(instructions);
314}
315
316QuickRefactorDialog::Action QuickRefactorDialog::selectedAction() const
317{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected