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

Method setToTraditional

src/taskeditwidget.cpp:233–241  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

231}
232
233void TaskEditWidget::setToTraditional(bool check) {
234 if (! check || ! editTask)
235 return;
236
237 editTask->setTaskType(Task::Traditional);
238 // editTask->setStandardOutputCheck(false); //fix stdout not save
239 // ui->standardOutputCheck->setCheckState(Qt::Unchecked);
240 refreshWidgetState();
241}
242
243void TaskEditWidget::setToAnswersOnly(bool check) {
244 if (! check || ! editTask)

Callers

nothing calls this directly

Calls 1

setTaskTypeMethod · 0.80

Tested by

no test coverage detected