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

Method inputFilesPatternChanged

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

Source from the content-addressed store, hash-verified

83void AddTestCasesWizard::memoryLimitChanged(const QString &text) { memoryLimit = text.toInt(); }
84
85void AddTestCasesWizard::inputFilesPatternChanged(const QString &text) { inputFilesPattern = text; }
86
87void AddTestCasesWizard::outputFilesPatternChanged(const QString &text) { outputFilesPattern = text; }
88

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected