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

Method outputFileNameChanged

src/taskeditwidget.cpp:317–322  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

315}
316
317void TaskEditWidget::outputFileNameChanged(const QString &text) {
318 if (! editTask)
319 return;
320
321 editTask->setOutputFileName(text);
322}
323
324void TaskEditWidget::standardInputCheckChanged() {
325 if (! editTask)

Callers

nothing calls this directly

Calls 1

setOutputFileNameMethod · 0.80

Tested by

no test coverage detected