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

Method answerFileExtensionChanged

src/taskeditwidget.cpp:457–462  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

455}
456
457void TaskEditWidget::answerFileExtensionChanged(const QString &extension) {
458 if (! editTask)
459 return;
460
461 editTask->setAnswerFileExtension(extension);
462}
463
464void TaskEditWidget::multiFilesRefresh() {
465 if (! editTask)

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected