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

Method setToCommunication

src/taskeditwidget.cpp:263–269  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

261}
262
263void TaskEditWidget::setToCommunication(bool check) {
264 if (! check || ! editTask)
265 return;
266
267 editTask->setTaskType(Task::Communication);
268 refreshWidgetState();
269}
270
271void TaskEditWidget::setToCommunicationExec(bool check) {
272 if (! check || ! editTask)

Callers

nothing calls this directly

Calls 1

setTaskTypeMethod · 0.80

Tested by

no test coverage detected