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

Method inputFileNameChanged

src/taskeditwidget.cpp:310–315  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

308}
309
310void TaskEditWidget::inputFileNameChanged(const QString &text) {
311 if (! editTask)
312 return;
313
314 editTask->setInputFileName(text);
315}
316
317void TaskEditWidget::outputFileNameChanged(const QString &text) {
318 if (! editTask)

Callers

nothing calls this directly

Calls 1

setInputFileNameMethod · 0.80

Tested by

no test coverage detected