MCPcopy Create free account
hub / github.com/Project-LemonLime/Project_LemonLime / interactorChanged

Method interactorChanged

src/taskeditwidget.cpp:370–375  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

368}
369
370void TaskEditWidget::interactorChanged(const QString &text) {
371 if (! editTask)
372 return;
373
374 editTask->setInteractor(text);
375}
376
377void TaskEditWidget::interactorNameChanged(const QString &text) {
378 if (! editTask)

Callers

nothing calls this directly

Calls 1

setInteractorMethod · 0.80

Tested by

no test coverage detected