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

Method outputFilesPatternChanged

src/addtestcaseswizard.cpp:87–87  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

85void AddTestCasesWizard::inputFilesPatternChanged(const QString &text) { inputFilesPattern = text; }
86
87void AddTestCasesWizard::outputFilesPatternChanged(const QString &text) { outputFilesPattern = text; }
88
89void AddTestCasesWizard::addArgument() {
90 ui->argumentList->setRowCount(ui->argumentList->rowCount() + 1);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected