| 85 | void AddTestCasesWizard::inputFilesPatternChanged(const QString &text) { inputFilesPattern = text; } |
| 86 | |
| 87 | void AddTestCasesWizard::outputFilesPatternChanged(const QString &text) { outputFilesPattern = text; } |
| 88 | |
| 89 | void AddTestCasesWizard::addArgument() { |
| 90 | ui->argumentList->setRowCount(ui->argumentList->rowCount() + 1); |
nothing calls this directly
no outgoing calls
no test coverage detected