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

Method setToInteraction

src/taskeditwidget.cpp:253–261  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

251}
252
253void TaskEditWidget::setToInteraction(bool check) {
254 if (! check || ! editTask)
255 return;
256
257 editTask->setTaskType(Task::Interaction);
258 // editTask->setStandardOutputCheck(true);
259 // ui->standardOutputCheck->setCheckState(Qt::Checked);
260 refreshWidgetState();
261}
262
263void TaskEditWidget::setToCommunication(bool check) {
264 if (! check || ! editTask)

Callers

nothing calls this directly

Calls 1

setTaskTypeMethod · 0.80

Tested by

no test coverage detected