| 83 | void AddTestCasesWizard::memoryLimitChanged(const QString &text) { memoryLimit = text.toInt(); } |
| 84 | |
| 85 | void AddTestCasesWizard::inputFilesPatternChanged(const QString &text) { inputFilesPattern = text; } |
| 86 | |
| 87 | void AddTestCasesWizard::outputFilesPatternChanged(const QString &text) { outputFilesPattern = text; } |
| 88 |
nothing calls this directly
no outgoing calls
no test coverage detected