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

Method outputFileChanged

src/exttestcaseupdaterdialog.cpp:214–214  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

212void ExtTestCaseUpdaterDialog::inputFileChanged(const QString &text) { input = text; }
213
214void ExtTestCaseUpdaterDialog::outputFileChanged(const QString &text) { output = text; }
215
216void ExtTestCaseUpdaterDialog::dependsChanged(const QString &text) {
217 depends = text.isEmpty() ? QStringList() : text.split(',');

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected