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

Method setToCommunicationExec

src/taskeditwidget.cpp:271–277  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

269}
270
271void TaskEditWidget::setToCommunicationExec(bool check) {
272 if (! check || ! editTask)
273 return;
274
275 editTask->setTaskType(Task::CommunicationExec);
276 refreshWidgetState();
277}
278
279void TaskEditWidget::sourceFileNameChanged(const QString &text) {
280 if (! editTask)

Callers

nothing calls this directly

Calls 1

setTaskTypeMethod · 0.80

Tested by

no test coverage detected