| 212 | void ExtTestCaseUpdaterDialog::inputFileChanged(const QString &text) { input = text; } |
| 213 | |
| 214 | void ExtTestCaseUpdaterDialog::outputFileChanged(const QString &text) { output = text; } |
| 215 | |
| 216 | void ExtTestCaseUpdaterDialog::dependsChanged(const QString &text) { |
| 217 | depends = text.isEmpty() ? QStringList() : text.split(','); |
nothing calls this directly
no outgoing calls
no test coverage detected